TryReadAlias(out Object?) Method

Definition

Assembly SharpYaml.dll

Attempts to resolve the current alias token into an anchored object value.

public bool TryReadAlias(scoped out object? value)

Parameters

value
Object

When successful, receives the resolved anchored object.

Returns

Boolean
true when the current token is an alias and reference handling is enabled; otherwise false.