private FastSetProperty ( object key, object value, PropertyAttributes attributes = PropertyAttributes.Sealed, bool overwriteAttributes = false ) : void | ||
key | object | The property key (either a string or a Symbol). |
value | object | The intended value of the property. |
attributes | PropertyAttributes | Attributes that indicate whether the property is writable, /// configurable and enumerable. |
overwriteAttributes | bool | Indicates whether to overwrite any existing attributes. |
리턴 | void |