ExpressionNode.MatchType<T>(String) Method

Definition

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

Applies to