Buffer.Length Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the size of the buffer.
public uint Length { get; set; }
public int Length { get; set; }
Property Value
Remarks
If the new length is greater that the current length, more memory will be allocated. If the new length is less than the current length, the extra items will be cleared.