TypedSortedListEx
TKey
,
TValue
Capacity Property
|
Capacity of internal buffers.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual int Capacity { get; set; }
Public Overridable Property Capacity As Integer
Get
Set
public:
virtual property int Capacity {
int get ();
void set (int value);
}
abstract Capacity : int with get, set
override Capacity : int with get, set
Property Value
Type:
Int32
See Also