[This is preliminary documentation and is subject to change.]
Denotes types that generate Arow ser/deser core
System Object
System Attribute NFX.Serialization.Arow ArowAttributeNamespace: NFX.Serialization.ArowAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class ArowAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class ArowAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := false, Inherited := false)>
Public NotInheritable Class ArowAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := false, Inherited := false)>
Public NotInheritable Class ArowAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = false)]
public ref class ArowAttribute sealed : public Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = false)]
public ref class ArowAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)>]
type ArowAttribute =
class
inherit Attribute
end
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)>]
type ArowAttribute =
class
inherit Attribute
end