YamlDotNet - A .NET library for parsing and emitting YAML
Accepts Method (type)
NamespacesYamlDotNet.RepresentationModel.SerializationIYamlTypeConverterAccepts(Type)

[This is preliminary documentation and is subject to change.]

Gets a value indicating whether the current converter supports converting the specified type.
Declaration Syntax
C#Visual BasicVisual C++
bool Accepts(
	Type type
)
Function Accepts ( _
	type As Type _
) As Boolean
bool Accepts(
	Type^ type
)
Parameters
type (Type)

[Missing <param name="type"/> documentation for "M:YamlDotNet.RepresentationModel.Serialization.IYamlTypeConverter.Accepts(System.Type)"]

Return Value

[Missing <returns> documentation for "M:YamlDotNet.RepresentationModel.Serialization.IYamlTypeConverter.Accepts(System.Type)"]

Assembly: YamlDotNet.RepresentationModel (Module: YamlDotNet.RepresentationModel) Version: 0.2.4456.17949