-
Home
-
API
-
SharpYaml
-
EventReader
-
Methods
-
Accept()
Accept() Method
Definition
Checks whether the current event is of the specified type.
public bool Accept<T>()
where T : ParsingEvent
Type parameters
Returns
- Boolean
- Returns true if the current event is of type
T. Otherwise returns false.