Table of Contents

Class IgnoreAttribute

Namespace
CSharpToJavaScript.Utils
Assembly
CSharpToJavaScript.dll

Ignore methods, fields etc. Useful for basic interop for calling JS code. Can be combined with ImportAttribute/ValueAttribute.

[AttributeUsage(AttributeTargets.All)]
public class IgnoreAttribute : Attribute
Inheritance
IgnoreAttribute
Inherited Members

Constructors

IgnoreAttribute()

public IgnoreAttribute()

Properties

Annotation

public static SyntaxAnnotation Annotation { get; }

Property Value

SyntaxAnnotation