public CommandLineParameter this[
string paramName
] { get; set; }
Public Default Property Item (
paramName As String
) As CommandLineParameter
Get
Set
Dim instance As CommandLineParameterCollection
Dim paramName As String
Dim value As CommandLineParameter
value = instance(paramName)
instance(paramName) = value
public:
property CommandLineParameter^ default[String^ paramName] {
CommandLineParameter^ get (String^ paramName);
void set (String^ paramName, CommandLineParameter^ value);
}
member Item : CommandLineParameter with get, set
No code example is currently available or this language may not be supported.