Boo.Lang.Compiler.Steps.EmitAssembly.GetInternalFieldStaticValue C# (CSharp) Method

GetInternalFieldStaticValue() private method

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