Метод | Описание | |
---|---|---|
GetChild ( string name ) : INamespace | ||
GlobalNamespace ( ) : System.Collections | ||
GlobalNamespace ( IDictionary children ) : System.Collections | ||
Resolve ( List targetList, string name, EntityType flags ) : bool | ||
SetChild ( string name, INamespace entity ) : void |
public GetChild ( string name ) : INamespace | ||
name | string | |
Результат | INamespace |
public GlobalNamespace ( ) : System.Collections | ||
Результат | System.Collections |
public GlobalNamespace ( IDictionary children ) : System.Collections | ||
children | IDictionary | |
Результат | System.Collections |
public Resolve ( List targetList, string name, EntityType flags ) : bool | ||
targetList | List | |
name | string | |
flags | EntityType | |
Результат | bool |
public SetChild ( string name, INamespace entity ) : void | ||
name | string | |
entity | INamespace | |
Результат | void |