Gets or sets a value indicating whether the type is dynamic.
Namespace: NReflectAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public bool IsDynamic { get; set; }
public bool IsDynamic { get; set; }
Public Property IsDynamic As Boolean
Get
Set
Public Property IsDynamic As Boolean
Get
Set
public:
property bool IsDynamic {
bool get ();
void set (bool value);
}
public:
property bool IsDynamic {
bool get ();
void set (bool value);
}