 | CondensedCollectionTCapacity Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the total number of elements the internal data structure can hold without resizing.
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic int Capacity { get; set; }Public Property Capacity As Integer
Get
Set
public:
property int Capacity {
int get ();
void set (int value);
}member Capacity : int with get, set
Property Value
Type:
Int32
See Also