IRecognize<T>.Values 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.
Return all possible values or null if a primitive type.
public System.Collections.Generic.IEnumerable<object> Values ();
abstract member Values : unit -> seq<obj>
Public Function Values () As IEnumerable(Of Object)
Returns
All possible values.