Microsoft.JScript.ArrayLiteral.CheckIfOKToUseInSuperConstructorCall C# (CSharp) Méthode

CheckIfOKToUseInSuperConstructorCall() private méthode

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