'Declaration
<BrowsableAttribute(False)> <IgnoreDataMemberAttribute()> <ValueRangeAttribute(0, 2147483647)> Public Shadows Property Capacity As Integer
'Usage
Dim instance As UAIndexRangeList Dim value As Integer instance.Capacity = value value = instance.Capacity
[Browsable(false)] [IgnoreDataMember()] [ValueRange(0, 2147483647)] public new int Capacity {get; set;}
[Browsable(false)] [IgnoreDataMember()] [ValueRange(0, 2147483647)] public: new property int Capacity { int get(); void set ( int value); }
Property Value
Valid values of this property are in the range from 0
to 2147483647 (Int32.MaxValue)
.
The default value of this property is 0
.