PSMethodInfo.OverloadDefinitions Property

Definition

Gets a list of all the overloads for this method.

public:
 abstract property System::Collections::ObjectModel::Collection<System::String ^> ^ OverloadDefinitions { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public abstract System.Collections.ObjectModel.Collection<string> OverloadDefinitions { get; }
member this.OverloadDefinitions : System.Collections.ObjectModel.Collection<string>
Public MustOverride ReadOnly Property OverloadDefinitions As Collection(Of String)

Property Value

Applies to