JSImportAttribute class
Indicates a class or struct is imported from JavaScript.
C#
[AttributeUsage(AttributeTargets.Struct | AttributeTargets.Interface)]
public sealed class JSImportAttribute : Attribute
Public Members
name | description |
---|---|
JSImportAttribute() | The default constructor. |