[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.GeoLookupAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public BinaryTree<(Of <(<'K, V>)>)>..::..Node<T> Left { get; set; }
public BinaryTree<(Of <(<'K, V>)>)>..::..Node<T> Left { get; set; }
Public Property Left As BinaryTree<(Of <(<'K, V>)>)>..::..Node(Of T)
Get
Set
Public Property Left As BinaryTree<(Of <(<'K, V>)>)>..::..Node(Of T)
Get
Set
public:
property BinaryTree<(Of <(<'K, V>)>)>..::..Node<T>^ Left {
BinaryTree<(Of <(<'K, V>)>)>..::..Node<T>^ get ();
void set (BinaryTree<(Of <(<'K, V>)>)>..::..Node<T>^ value);
}
public:
property BinaryTree<(Of <(<'K, V>)>)>..::..Node<T>^ Left {
BinaryTree<(Of <(<'K, V>)>)>..::..Node<T>^ get ();
void set (BinaryTree<(Of <(<'K, V>)>)>..::..Node<T>^ value);
}
member Left : BinaryTree<(Of <(<'K, V>)>)>..::..Node<'T> with get, set
member Left : BinaryTree<(Of <(<'K, V>)>)>..::..Node<'T> with get, set
Property Value
Type:
BinaryTree K, V Node T