[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 MethodOverloads : ICollection<Method>, 
	IEnumerable<Method>, IEnumerable
Public Class MethodOverloads _
	Implements ICollection(Of Method), IEnumerable(Of Method),  _
	IEnumerable
public ref class MethodOverloads : ICollection<Method^>, 
	IEnumerable<Method^>, IEnumerable

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MethodOverloads(String)
Initializes a new instance of the MethodOverloads class
Add(Method)
Clear()()()
Contains(Method)
Count
FindOverloads(array<ParameterData>[]()[])
GetEnumerator()()()
Name
Remove(Method)
Syntax

Inheritance Hierarchy

System..::.Object
  Phoenix.Runtime.Reflection..::.MethodOverloads

See Also