Skip to content

Instantly share code, notes, and snippets.

View gusmanb's full-sized avatar

Agustín Gimenez Bernad gusmanb

View GitHub Profile
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace testasync
{
class Program
/// <summary>
/// Optional class, handy functions for Optional parameter handling
/// </summary>
public static class Optional
{
/// <summary>
/// Compares two instances of Optional.
/// </summary>
/// <typeparam name="T">Type of underlying value</typeparam>
/// <param name="n1">First Optional to compare</param>
<Compile Include="(cs file)">
<DependentUpon>(xaml file)</DependentUpon>
</Compile>