Method | Description | |
---|---|---|
Event ( |
||
ExtractMethodArgumentTypes ( string methodParameters ) : IEnumerable |
||
Field ( |
||
Method ( |
||
Namespace ( string ns ) : Docu.Parsing.Model.NamespaceIdentifier | ||
ParameterType ( |
||
Property ( |
||
Type ( |
||
XmlString ( string name ) : Identifier |
Method | Description | |
---|---|---|
BuildTypeLookup ( ) : void | ||
CountOfGenericArguments ( string genericArguments ) : int | ||
GetMethodName ( string fullName ) : string | ||
GetMethodParameters ( string fullName ) : List |
||
GetTypeName ( string fullName ) : string | ||
IndexAfterGenericArguments ( string parameterList, int startPosition ) : int | ||
IsGenericArgument ( string parameter ) : bool | ||
MethodName ( string name ) : Docu.Parsing.Model.MethodIdentifier | ||
TypeString ( string name ) : Docu.Parsing.Model.TypeIdentifier |
public static Event ( |
||
ev | ||
type | ||
return | EventIdentifier |
public static ExtractMethodArgumentTypes ( string methodParameters ) : IEnumerable |
||
methodParameters | string | |
return | IEnumerable |
public static Field ( |
||
field | ||
type | ||
return | FieldIdentifier |
public static Method ( |
||
method | ||
type | ||
return | Docu.Parsing.Model.MethodIdentifier |
public static Namespace ( string ns ) : Docu.Parsing.Model.NamespaceIdentifier | ||
ns | string | |
return | Docu.Parsing.Model.NamespaceIdentifier |
public static ParameterType ( |
||
method | ||
type | ||
return | Docu.Parsing.Model.TypeIdentifier |
public static Property ( |
||
property | ||
type | ||
return | Docu.Parsing.Model.PropertyIdentifier |
public static Type ( |
||
type | ||
return | Docu.Parsing.Model.TypeIdentifier |
public static XmlString ( string name ) : Identifier | ||
name | string | |
return | Identifier |