Microsoft.JScript.PackageScope.CreateField C# (CSharp) 메소드

CreateField() 보호된 메소드

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