[]
        
(Showing Draft Content)

C1.Schedule.BaseCollection-1.Item

this Property

this[Guid]

Gets the element with the specified key if any.

Declaration
public T this[Guid key] { get; }
Parameters
Type Name Description
Guid key

The key of the element to get.

Property Value
Type Description
T

The element with the specified key. If an element with the specified key is not found, return null.