[]
Initializes a new instance of Item<T>.
protected Item()
Protected Sub New()
Initializes a new instance of Item<T>.
protected Item(T value)
Protected Sub New(value As T)
Type | Name | Description |
---|---|---|
T | value | The value would be passed to Item as its content. |