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

VerifyClsCompliance() protected method

protected VerifyClsCompliance ( ) : bool
return bool
        protected override bool VerifyClsCompliance()
        {
            if (!base.VerifyClsCompliance ())
                return false;

            parameters.VerifyClsCompliance (this);
            return true;
        }