IReadOnlyCollection<T> Interface

 

Simple interface that exposes a Count property over a collection

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

generic<typename T>
public interface class IReadOnlyCollection : IEnumerable<T>, 
	IEnumerable, IHasGraphOwner

Type Parameters

T

NameDescription
System_CAPS_pubpropertyCount

System_CAPS_pubpropertyOwner

Gets the Graph that this object belongs to.(Inherited from IHasGraphOwner.)

NameDescription
System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

Return to top
Show: