Share via


GraphPathSerializer.Add Method

Adds all the paths in the given collection.

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

Syntax

'Declaration
Public Sub Add ( _
    other As GraphPathSerializationDictionary _
)
public void Add(
    GraphPathSerializationDictionary other
)
public:
void Add(
    GraphPathSerializationDictionary^ other
)
member Add : 
        other:GraphPathSerializationDictionary -> unit
public function Add(
    other : GraphPathSerializationDictionary
)

Parameters

.NET Framework Security

See Also

Reference

GraphPathSerializer Class

Microsoft.VisualStudio.GraphModel Namespace