CultureAwareDynamicObject..::..Item Property

Gets or sets the [Nullable{Object}] with the specified key.

Namespace:  Tortuga.Anchor.Dynamic
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public Nullable<Object> this[
	string key
] { get; set; }
Public Default Property Item ( _
	key As String _
) As Nullable(Of Object)
	Get
	Set

Parameters

key
Type: String
The key.

Return Value

System.Nullable<System.Object>.