[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.IContentList-1

Interface IContentList<T>

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Defines methods to access the first and last items in a collection.

public interface IContentList<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

The type of items in the collection.

Inherited Members
System.Collections.Generic.IReadOnlyList<T>.this[int]
System.Collections.Generic.IReadOnlyCollection<T>.Count
System.Collections.Generic.IEnumerable<T>.GetEnumerator()

Properties

First

Gets the first item in the collection.

T First { get; }

Property Value

T

Last

Gets the last item in the collection.

T Last { get; }

Property Value

T