Api Facepunch ActionGraphs Either
class

Either

public static abstract sealed class Either

Methods

static Boolean IsEitherType(Type type)
static IReadOnlyCollection<Type> Unwrap(Type type)
static Boolean TryUnwrap(Type type, IReadOnlyCollection<Type> types)
static Type CreateType(Type[] options)
static Type CreateType(IEnumerable<Type> options)
Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.Either