[This is preliminary documentation and is subject to change.]
Checks all pattern match attributes against specified member info until first match found
Namespace: NFX.CodeAnalysis.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool Check(
MemberInfo info,
JSONLexer content
)
public static bool Check(
MemberInfo info,
JSONLexer content
)
Public Shared Function Check (
info As MemberInfo,
content As JSONLexer
) As Boolean
Public Shared Function Check (
info As MemberInfo,
content As JSONLexer
) As Boolean
public:
static bool Check(
MemberInfo^ info,
JSONLexer^ content
)
public:
static bool Check(
MemberInfo^ info,
JSONLexer^ content
)
static member Check :
info : MemberInfo *
content : JSONLexer -> bool
static member Check :
info : MemberInfo *
content : JSONLexer -> bool
Return Value
Type:
Boolean