YamlDotNet.Serialization.ObjectGraphVisitors.AnchorAssigner.VisitMappingStart C# (CSharp) Method

VisitMappingStart() protected method

protected VisitMappingStart ( IObjectDescriptor mapping, Type keyType, Type valueType ) : void
mapping IObjectDescriptor
keyType System.Type
valueType System.Type
return void
        protected override void VisitMappingStart(IObjectDescriptor mapping, Type keyType, Type valueType)
        {
            VisitObject(mapping);
        }