SfcInstance<K,T>.CreateKey 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 classes must implement this to create a key for a class instance from its properties.
protected internal abstract K CreateKey ();
abstract member CreateKey : unit -> 'K
Protected Friend MustOverride Function CreateKey () As K
Returns
K
The key.