Table of Contents

Interface INameIndexable<T>

Namespace
CMS.Base
Assembly
CMS.Base.dll

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 string

Name

Property Value

T