Property FirstItem
FirstItem
Gets the first item in the collection, or null if the collection is empty.
public T? FirstItem { get; }
Property Value
- T
Gets the first item in the collection, or null if the collection is empty.
public T? FirstItem { get; }