'Declaration Public Overrides Sub SetLength( _ ByVal value As System.Long _ )
public override void SetLength( System.long value )
Parameters
- value
- Always ignored.
'Declaration Public Overrides Sub SetLength( _ ByVal value As System.Long _ )
public override void SetLength( System.long value )
Exception | Description |
---|---|
System.NotSupportedException | Always thrown. |