Method | Description | |
---|---|---|
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 GlobalNamespace ( ) : System.Collections | ||
return | System.Collections |
public GlobalNamespace ( IDictionary children ) : System.Collections | ||
children | IDictionary | |
return | System.Collections |
public Resolve ( List targetList, string name, EntityType flags ) : bool | ||
targetList | List | |
name | string | |
flags | EntityType | |
return | bool |
public SetChild ( string name, INamespace entity ) : void | ||
name | string | |
entity | INamespace | |
return | void |