The count of methods which are not reflected by the filter.
Namespace: NReflect.FilterAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public int IgnoredMethods { get; private set; }
public int IgnoredMethods { get; private set; }
Public Property IgnoredMethods As Integer
Get
Private Set
Public Property IgnoredMethods As Integer
Get
Private Set
public:
property int IgnoredMethods {
int get ();
private: void set (int value);
}
public:
property int IgnoredMethods {
int get ();
private: void set (int value);
}