Interface INameIndexable<T>
Interface to access collections through string indexers by name - Generic variant
public interface INameIndexable<out T> : INameIndexable
Type Parameters
T
- Extension Methods
Properties
this[string]
String indexer, gets or sets the value with the specified name
T this[string name] { get; }
Parameters
name
stringName
Property Value
- T