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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class MethodCollection : IEnumerable<MethodOverloads>, 
	IEnumerable
Public Class MethodCollection _
	Implements IEnumerable(Of MethodOverloads), IEnumerable
public ref class MethodCollection : IEnumerable<MethodOverloads^>, 
	IEnumerable

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MethodCollection()()()
Initializes a new instance of the MethodCollection class
Contains(String)
Get(String, Boolean)
GetEnumerator()()()
Item[([(String])])

Inheritance Hierarchy

System..::.Object
  Phoenix.Runtime.Reflection..::.MethodCollection

See Also