[This is preliminary documentation and is subject to change.]
System Object NFX.Web.GeoLookup BinaryTree K, V Namespace: NFX.Web.GeoLookupAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public class BinaryTree<K, V>
where K : Object, IEnumerable<bool>
public class BinaryTree<K, V>
where K : Object, IEnumerable<bool>
Public Class BinaryTree(Of K As {Object, IEnumerable(Of Boolean)}, V)
Public Class BinaryTree(Of K As {Object, IEnumerable(Of Boolean)}, V)
generic<typename K, typename V>
where K : Object, IEnumerable<bool>
public ref class BinaryTree
generic<typename K, typename V>
where K : Object, IEnumerable<bool>
public ref class BinaryTree
type BinaryTree<'K, 'V when 'K : Object and IEnumerable<bool>> = class end
type BinaryTree<'K, 'V when 'K : Object and IEnumerable<bool>> = class end
- K
- V