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