Click or drag to resize
INamedEnumerableT Interface
Sorted enumerable interface

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public interface INamedEnumerable<out T> : INamedEnumerable, 
	IEnumerable<T>, IEnumerable

Type Parameters

T

The INamedEnumerableT type exposes the following members.

Properties
  NameDescription
Public propertyItemsHaveNames
Returns true if the items in the collection have names
(Inherited from INamedEnumerable.)
Public propertySortNames
Specifies whether the names should be sorted or not
(Inherited from INamedEnumerable.)
Top
Methods
  NameDescription
Public methodGetObjectName
Returns the name of the given object
(Inherited from INamedEnumerable.)
Top
Extension Methods
See Also