Mono.CSharp.Indexer.CheckForDuplications C# (CSharp) Method

CheckForDuplications() protected method

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