The count of constructors 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 IgnoredConstructors { get; private set; }
public int IgnoredConstructors { get; private set; }
Public Property IgnoredConstructors As Integer
Get
Private Set
Public Property IgnoredConstructors As Integer
Get
Private Set
public:
property int IgnoredConstructors {
int get ();
private: void set (int value);
}
public:
property int IgnoredConstructors {
int get ();
private: void set (int value);
}