GraphPathSerializer.Add(GraphPathSerializationDictionary) Method

Definition

Add all the paths in the given collection.

public:
 void Add(Microsoft::VisualStudio::GraphModel::GraphPathSerializationDictionary ^ other);
public void Add (Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary other);
member this.Add : Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary -> unit
Public Sub Add (other As GraphPathSerializationDictionary)

Parameters

other
GraphPathSerializationDictionary

The common paths to add to this serializer

Applies to