Bridge

ExternalAttribute Class

Makes it so the code with this attribute is not built into the assembly files. Useful for stubbed out code to match JavaScript.

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[AttributeUsageAttribute]
public sealed class ExternalAttribute : Attribute
<ExternalAttribute> _
<AttributeUsageAttribute> _
Public NotInheritable Class ExternalAttribute _
	Inherits Attribute
[ExternalAttribute]
[AttributeUsageAttribute]
public ref class ExternalAttribute sealed : public Attribute

Inheritance Hierarchy


System..::..Object
  System..::..Attribute
    Bridge..::..ExternalAttribute