메소드 | 설명 | |
---|---|---|
ContainsTemplateType ( string symbolName ) : bool |
Determines whether the specified symbol name contains template type.
|
|
CreateLookupNameForSymbol ( |
Creates the lookup name for the specified symbol. This helps grouping template symbols together.
|
|
GetSymbolNamespaces ( string symbolName ) : List |
Get list of symbol namespaces separated by '::'. Namespace includes full name.
|
메소드 | 설명 | |
---|---|---|
CreateLookupForNamespace ( string namespaceSymbol ) : string |
Creates the lookup for single namespace.
|
public static ContainsTemplateType ( string symbolName ) : bool | ||
symbolName | string | The symbol name. |
리턴 | bool |
public static CreateLookupNameForSymbol ( |
||
symbol | The symbol. | |
리턴 | string |
public static GetSymbolNamespaces ( string symbolName ) : List |
||
symbolName | string | The symbol name. |
리턴 | List |