CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Indicates that a field of a serializable class should not be serialized. This class cannot be inherited.

Namespace: ?System
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Field, Inherited := True)> _
Public NotInheritable Class NonSerializedAttribute _
	Inherits Attribute
C#
[AttributeUsageAttribute(AttributeTargets.Field, Inherited = true)]
public sealed class NonSerializedAttribute : Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Field, Inherited = true)]
public ref class NonSerializedAttribute sealed : public Attribute
JavaScript
System.NonSerializedAttribute = function();

Type.createClass(
	'System.NonSerializedAttribute',
	Attribute);

Inheritance Hierarchy

System..::.Object
??System..::.Attribute
????System..::.NonSerializedAttribute

See Also



Free Download:
   
  Privacy | Contact Us
All Times Are GMT