[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class InfoGroupAttribute : RuntimeAttribute
<SerializableAttribute> _
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := False)> _
Public Class InfoGroupAttribute _
	Inherits RuntimeAttribute
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = false)]
public ref class InfoGroupAttribute : public RuntimeAttribute

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
InfoGroupAttribute(String)
Initializes a new instance of the InfoGroupAttribute class
Title

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Phoenix..::.RuntimeAttribute
      Phoenix..::.InfoGroupAttribute

See Also