Edit

Share via


XDocuments3.Count Property

Definition

Gets a count of the number of XDocument objects contained in the collection.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

The number of objects in the collection..

Implements

Remarks

This member can be accessed without restrictions.

Applies to