예제 #1
0
 static public IEnumerable <IEnumerable <T> > GetReferenceables <T>(this ScopeElement item, string id, ScopeAccess access, IList <Scope> path)
 {
     return(item.GetLocalScope().GetReferenceables <T>(id, access, path));
 }
예제 #2
0
 static public Scope GetParentScope(this ScopeElement item)
 {
     return(item.GetLocalScope().GetParentScope());
 }