ExpressionNode.MatchType<T>(String) 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.
Static method - provides generic way of obtaining enum types from their string names
public static T MatchType<T> (string value);
static member MatchType : string -> 'T
Public Shared Function MatchType(Of T) (value As String) As T
Type Parameters
- T
ObjectType to match
Parameters
- value
- String
name
Returns
T