Download YamlDotNetTypeConverterPart2.zip, last updated 24/04/2017 (28.19 KB)

Download
  • md5: 77842736a3da9b0ae928274edd184779
  • sha1: b503ddbbe501df282116dbf9a83cb83de370177f
  • sha256: 67dfe4c342abf5f7ff82a0077e752dfce66ace5fee9aa7d6aca7698e19ea9f2a
using System;
using System.Reflection;
using System.Runtime.InteropServices;

// Using custom type converters with C# and YamlDotNet, part 1
// http://www.cyotek.com/blog/using-custom-type-converters-with-csharp-and-yamldotnet-part-1

// This work is licensed under the Creative Commons Attribution 4.0 International License.
// To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.

[assembly: AssemblyTitle("cyotek.com YamlDotNet Type Converter Demonstration")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Cyotek ltd")]
[assembly: AssemblyProduct("cyotek.com YamlDotNet Type Converter Demonstration")]
[assembly: AssemblyCopyright("Copyright © 2017 Cyotek Ltd. All Rights Reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: Guid("de6e336f-c9d5-4f5b-8927-25590a245e0d")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Donate

Donate