SfcReferenceCollection<K,T,S>.GetKeyFromValue(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Derived types implement this to obtain a key from the item value.
protected abstract K GetKeyFromValue (T value);
abstract member GetKeyFromValue : 'T -> 'K
Protected MustOverride Function GetKeyFromValue (value As T) As K
Parameters
- value
- T
The current item to use to obtain or calculate its key.
Returns
K
The key.