Struct Selector
public readonly struct Selector : IEquatable<Selector>
- Implements
- Inherited Members
Properties
IsIndexSelector
public bool IsIndexSelector { get; }
Property Value
IsKeySelector
public bool IsKeySelector { get; }
Property Value
Methods
Equals(Selector)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Selector other)
Parameters
otherSelectorAn object to compare with this object.
Returns
GetIndexSelector()
public int GetIndexSelector()
Returns
GetKeySelector()
public string GetKeySelector()
Returns
Select(IVariant)
public IVariant Select(IVariant v)
Parameters
vIVariant
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
implicit operator Selector(int)
public static implicit operator Selector(int index)
Parameters
indexint
Returns
implicit operator Selector(string)
public static implicit operator Selector(string key)
Parameters
keystring
Returns
implicit operator int(Selector)
public static implicit operator int(Selector s)
Parameters
sSelector
Returns
implicit operator string(Selector)
public static implicit operator string(Selector s)
Parameters
sSelector