[]
Gets or sets the content value of Item.
public T Value { get; set; }
Public Property Value As T
Type | Description |
---|---|
T | The value of the content. |
Type | Condition |
---|---|
ArgumentException | When value is |
ArgumentOutOfRangeException | When value is in out of the range of (0,9). |