'Declaration Public Property Value As T
'Usage Dim instance As Item(Of T) Dim value As T instance.Value = value value = instance.Value
public T Value {get; set;}
'Declaration Public Property Value As T
'Usage Dim instance As Item(Of T) Dim value As T instance.Value = value value = instance.Value
public T Value {get; set;}
Exception | Description |
---|---|
System.ArgumentException | When value is %% or string.Empty or string contains invalid chars. |
System.ArgumentOutOfRangeException | When value is in out of the range of (0,9). |