Mono.CSharp.Indexer.CheckForDuplications C# (CSharp) Méthode

CheckForDuplications() protected méthode

protected CheckForDuplications ( ) : bool
Résultat bool
        protected override bool CheckForDuplications()
        {
            return Parent.MemberCache.CheckExistingMembersOverloads (this, parameters);
        }