Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public sealed class NotXmlSavedAttribute : XmlIgnoreAttribute
Public NotInheritable Class NotXmlSavedAttribute _
	Inherits XmlIgnoreAttribute

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NotXmlSavedAttribute()()()()
Initializes a new instance of the NotXmlSavedAttribute class

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    System.Xml.Serialization..::..XmlIgnoreAttribute
      Visual3D..::..NotXmlSavedAttribute

See Also