Boo.Lang.Compiler.Steps.EmitAssembly.GetInternalFieldStaticValue C# (CSharp) Метод

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

private GetInternalFieldStaticValue ( Boo.Lang.Compiler.TypeSystem.InternalField field ) : object
field Boo.Lang.Compiler.TypeSystem.InternalField
Результат object
        object GetInternalFieldStaticValue(InternalField field)
        {
            return GetValue(field.Type, (Expression)field.StaticValue);
        }
EmitAssembly