[NotNullAttribute]
bool InCollection { get; set; }
<NotNullAttribute>
Property InCollection As Boolean
Get
Set
[NotNullAttribute]
property bool InCollection {
bool get ();
void set (bool value);
}
[<NotNullAttribute>]
abstract InCollection : bool with get, set