Uint32Array.Item

Uint32Array indexer

Gets or sets the UInt32 at the specified index.

public override uint this[int index] { get; set; }
ParameterDescription
indexThe index.

Property Value

The UInt32.

See Also