[This is preliminary documentation and is subject to change.]
Namespace: Phoenix.Runtime.ReflectionAssembly: 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 |
| Member | Description | |
|---|---|---|
| MethodOverloads(String) | Initializes a new instance of the MethodOverloads class | |
| Add(Method) | ||
| Clear()()() | ||
| Contains(Method) | ||
| Count | ||
| FindOverloads(array<ParameterData>[]()[]) | ||
| GetEnumerator()()() | ||
| Name | ||
| Remove(Method) | ||
| Syntax |