GraphPathSerializer::Add Method (GraphPathSerializationDictionary^)

 

Adds all the paths in the given collection.

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

public:
void Add(
	GraphPathSerializationDictionary^ other
)

Parameters

other
Type: Microsoft.VisualStudio.GraphModel::GraphPathSerializationDictionary^

The common paths to add to this serializer.

Return to top
Show: