Boo.Lang.Compiler.Steps.EmitAssembly.GetInternalFieldStaticValue C# (CSharp) Méthode

GetInternalFieldStaticValue() private méthode

private GetInternalFieldStaticValue ( Boo.Lang.Compiler.TypeSystem.InternalField field ) : object
field Boo.Lang.Compiler.TypeSystem.InternalField
Résultat object
        object GetInternalFieldStaticValue(InternalField field)
        {
            return GetValue(field.Type, (Expression)field.StaticValue);
        }
EmitAssembly