Boo.Lang.Compiler.Steps.EmitAssembly.GetEnumUnderlyingType C# (CSharp) 메소드

GetEnumUnderlyingType() 개인적인 메소드

private GetEnumUnderlyingType ( Boo.Lang.Compiler.Ast.EnumDefinition node ) : Type
node Boo.Lang.Compiler.Ast.EnumDefinition
리턴 System.Type
        private Type GetEnumUnderlyingType(EnumDefinition node)
        {
            return ((InternalEnum) node.Entity).UnderlyingType;
        }

Same methods

EmitAssembly::GetEnumUnderlyingType ( IType enumType ) : Type
EmitAssembly