Mono.CSharp.PropertyBase.DefineAccessors C# (CSharp) Méthode

DefineAccessors() protected méthode

protected DefineAccessors ( ) : bool
Résultat bool
        protected bool DefineAccessors()
        {
            first.Define (Parent);
            if (AccessorSecond != null)
                AccessorSecond.Define (Parent);

            return true;
        }