Represents an alias event.
public class AnchorAlias : ParsingEvent
kind:method, kind:property, kind:ctor. Press Esc to clear.AnchorAlias(String, Mark, Mark)Initializes a new instance of the AnchorAlias class.AnchorAlias(String)Initializes a new instance of the AnchorAlias class.NestingIncreaseGets a value indicating the variation of depth caused by this event. The value can be either -1, 0 or 1. For start events, it will be 1, for end events, it will be -1, and for the remaining events, it will be 0.ValueGets the value of the alias.ToString()Returns a String that represents the current Object.