Click or drag to resize

ScriptMemberAttribute Constructor (ScriptMemberFlags)

Initializes a new ScriptMemberAttribute instance with the specified script options.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntax
public ScriptMemberAttribute(
	ScriptMemberFlags flags
)

Parameters

flags
Type: Microsoft.ClearScriptScriptMemberFlags
The script options for the target type member.
See Also