'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute(0)> Public Shadows ReadOnly Property Count As Integer
'Usage
Dim instance As UAIndexRangeList Dim value As Integer value = instance.Count
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue(0)] public new int Count {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue(0)] public: new property int Count { int get(); }