Microsoft.JScript.ArrayLiteral.CheckIfOKToUseInSuperConstructorCall C# (CSharp) Method

CheckIfOKToUseInSuperConstructorCall() private method

private CheckIfOKToUseInSuperConstructorCall ( ) : void
return void
      internal override void CheckIfOKToUseInSuperConstructorCall(){
        for (int i = 0, n = this.elements.count; i < n; i++)
          this.elements[i].CheckIfOKToUseInSuperConstructorCall();
      }