Boo.Lang.Compiler.TypeSystem.Internal.InternalModule.ScopeFor C# (CSharp) Method

ScopeFor() public static method

public static ScopeFor ( Module module ) : INamespace
module Boo.Lang.Compiler.Ast.Module
return INamespace
        public static INamespace ScopeFor(Module module)
        {
            return ((InternalModule) TypeSystemServices.GetEntity(module));
        }