C# Класс YamlDotNet.Serialization.Utilities.ObjectAnchorCollection

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

Adds the specified anchor.
public Add ( string anchor, object @object ) : void
anchor string The anchor.
@object object
Результат void

TryGetAnchor() публичный Метод

Gets the anchor for the specified object.
public TryGetAnchor ( object @object, string &anchor ) : bool
@object object
anchor string The anchor.
Результат bool

this() публичный Метод

Gets the System.Object with the specified anchor.
public this ( string anchor ) : object
anchor string
Результат object