C# (CSharp) YamlDotNet.Helpers Namespace

Classes

Name Description
GenericCollectionToNonGenericAdapter Adapts an System.Collections.Generic.ICollection{T} to IList because not all generic collections implement IList.
GenericDictionaryToNonGenericAdapter Adapts an System.Collections.Generic.IDictionary{TKey, TValue} to IDictionary because not all generic dictionaries implement IDictionary.
GenericDictionaryToNonGenericAdapter.DictionaryEnumerator