public CommandLineValueParameter<IConvertible> this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As CommandLineValueParameter(Of IConvertible)
Get
Set
Dim instance As CommandLineValueParameterCollection
Dim name As String
Dim value As CommandLineValueParameter(Of IConvertible)
value = instance(name)
instance(name) = value
public:
property CommandLineValueParameter<IConvertible^>^ default[String^ name] {
CommandLineValueParameter<IConvertible^>^ get (String^ name);
void set (String^ name, CommandLineValueParameter<IConvertible^>^ value);
}
member Item : CommandLineValueParameter<IConvertible> with get, set
No code example is currently available or this language may not be supported.
NullReferenceException | Item not found with the specified name. |