[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.IContentList-1

IContentList<T> Interface

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

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public interface IContentList<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Public Interface IContentList(Of T)
    Inherits IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable
Type Parameters
Name Description
T

The type of items in the collection.

Properties

Name Description
First

Gets the first item in the collection.

Last

Gets the last item in the collection.