Microsoft.JScript.PackageScope.CreateField C# (CSharp) Méthode

CreateField() protected méthode

protected CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField
name String
attributeFlags FieldAttributes
value Object
Résultat JSVariableField
      protected override JSVariableField CreateField(String name, FieldAttributes attributeFlags, Object value){
        return new JSGlobalField(this, name, value, attributeFlags);
      }