CompositionProjectedShadowReceiverUnorderedCollection.Count Property

Definition

Gets the size (count) of the collection.

public:
 property int Count { int get(); };
int Count();
public int Count { get; }
var int32 = compositionProjectedShadowReceiverUnorderedCollection.count;
Public ReadOnly Property Count As Integer

Property Value

Int32

int

The number of items in the collection.

Applies to

See also