Boo.Lang.Compiler.Steps.ProcessMethodBodies.IsWriteOnlyProperty C# (CSharp) Méthode

IsWriteOnlyProperty() private méthode

private IsWriteOnlyProperty ( IProperty property ) : bool
property IProperty
Résultat bool
        private bool IsWriteOnlyProperty(IProperty property)
        {
            return null == property.GetGetMethod();
        }
ProcessMethodBodies