[This is preliminary documentation and is subject to change.]
Returns a value by name or null if not found
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public T this[
string name
] { get; }
public T this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As T
Get
Public ReadOnly Default Property Item (
name As String
) As T
Get
public:
virtual property T default[String^ name] {
T get (String^ name) sealed;
}
public:
virtual property T default[String^ name] {
T get (String^ name) sealed;
}
abstract Item : 'T with get
override Item : 'T with get
abstract Item : 'T with get
override Item : 'T with get
Property Value
Type:
TImplements
IRegistry T Item String