C# Class YamlDotNet.Serialization.Utilities.ObjectAnchorCollection

Afficher le fichier Open project: aaubry/YamlDotNet

Méthodes publiques

Méthode Description
Add ( string anchor, object @object ) : void

Adds the specified anchor.

TryGetAnchor ( object @object, string &anchor ) : bool

Gets the anchor for the specified object.

this ( string anchor ) : object

Gets the System.Object with the specified anchor.

Method Details

Add() public méthode

Adds the specified anchor.
public Add ( string anchor, object @object ) : void
anchor string The anchor.
@object object
Résultat void

TryGetAnchor() public méthode

Gets the anchor for the specified object.
public TryGetAnchor ( object @object, string &anchor ) : bool
@object object
anchor string The anchor.
Résultat bool

this() public méthode

Gets the System.Object with the specified anchor.
public this ( string anchor ) : object
anchor string
Résultat object