YamlDotNet.CultureInfoAdapter.GetFormat C# (CSharp) Method

GetFormat() public method

public GetFormat ( Type formatType ) : object
formatType System.Type
return object
        public override object GetFormat(Type formatType)
        {
            return _provider.GetFormat(formatType);
        }