[This is preliminary documentation and is subject to change.]
Decorates interfaces that represent glued contract points
System Object
System Attribute NFX.Glue GluedAttributeNamespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Interface, Inherited = true, AllowMultiple = false)]
public class GluedAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.Interface, Inherited = true, AllowMultiple = false)]
public class GluedAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Interface, Inherited := true, AllowMultiple := false)>
Public Class GluedAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Interface, Inherited := true, AllowMultiple := false)>
Public Class GluedAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Interface, Inherited = true, AllowMultiple = false)]
public ref class GluedAttribute : public Attribute
[AttributeUsageAttribute(AttributeTargets::Interface, Inherited = true, AllowMultiple = false)]
public ref class GluedAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Interface, Inherited = true, AllowMultiple = false)>]
type GluedAttribute =
class
inherit Attribute
end
[<AttributeUsageAttribute(AttributeTargets.Interface, Inherited = true, AllowMultiple = false)>]
type GluedAttribute =
class
inherit Attribute
end