C# 클래스 YamlDotNet.Serialization.Utilities.ObjectAnchorCollection

파일 보기 프로젝트 열기: aaubry/YamlDotNet

공개 메소드들

메소드 설명
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