Property AsInt32
AsInt32
Gets the value of this instance as
int.
Declaration
public override int AsInt32 { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
The int value that this instance represents.
|
int.
public override int AsInt32 { get; }
| Type | Description |
|---|---|
| Int32 |
The int value that this instance represents.
|