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