Get a count of elements with a particular key/value pair.
The semantics are the same as the get method.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax long Count(
string key,
Object value
)
Function Count (
key As String,
value As Object
) As Long
long long Count(
String^ key,
Object^ value
)
abstract Count :
key : string *
value : Object -> int64
Parameters
- key
- Type: SystemString
denoting the sub-index to search - value
- Type: SystemObject
the value to search for
Return Value
Type:
Int64the collection of elements that meet that criteria
See Also