Class TypeScriptUnavailableAttribute
- Namespace
- XENBIT.ResQueServe.Abstractions.Attributes
- Assembly
- RQS.Abstractions.dll
Specifies that the type should be excluded from TypeScript code generation.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface)]
public class TypeScriptUnavailableAttribute : Attribute
- Inheritance
-
TypeScriptUnavailableAttribute
- Inherited Members
Constructors
TypeScriptUnavailableAttribute()
Initializes a new instance of the TypeScriptUnavailableAttribute class.
public TypeScriptUnavailableAttribute()