Method First
First<T>()
Gets the first message of the specified type. Throws if none found.
public TrackedMessage First<T>() where T : notnull
Returns
Type Parameters
T
Gets the first message of the specified type. Throws if none found.
public TrackedMessage First<T>() where T : notnull
T