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