Rhino.Ast.Scope.GetChildScopes C# (CSharp) Метод

GetChildScopes() публичный Метод

Return a list of the scopes whose parent is this scope.
Return a list of the scopes whose parent is this scope.
public GetChildScopes ( ) : IList
Результат IList
		public virtual IList<Rhino.Ast.Scope> GetChildScopes()
		{
			return childScopes;
		}