PSMethodInfo.OverloadDefinitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)