Share via


IReadOnlyCollection<T>.Count Property

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int with get
function get Count () : int

Property Value

Type: Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IReadOnlyCollection<T> Interface

Microsoft.VisualStudio.GraphModel Namespace