Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetDeclarationType C# (CSharp) Метод

GetDeclarationType() приватный Метод

private GetDeclarationType ( Boo.Lang.Compiler.Ast.DeclarationStatement node ) : IType
node Boo.Lang.Compiler.Ast.DeclarationStatement
Результат IType
        private IType GetDeclarationType(DeclarationStatement node)
        {
            return GetType(node.Declaration.Type);
        }

Same methods

ProcessMethodBodies::GetDeclarationType ( IType defaultDeclarationType, Boo.Lang.Compiler.Ast.Declaration d ) : void
ProcessMethodBodies