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 
[SerializableAttribute]
public class PropertyIdentityList : ContentIdentityList
<SerializableAttribute> _
Public Class PropertyIdentityList _
	Inherits ContentIdentityList

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'ContentIdentity>)>)>
    Visual3D..::..ContentIdentityList
      Visual3D..::..PropertyIdentityList

See Also