API ReferenceFacepunch.ActionGraphs

Eitherclass

objectEither
Namespace
Facepunch.ActionGraphs
Assembly
Facepunch.ActionGraphs
Declaration
public static abstract sealed class Facepunch.ActionGraphs.Either

Methods5

Showing 5 methods

public static bool IsEitherType(System.Type type)PUBLICSTATIC

ParameterTypeDescription
typeType
Returns:bool

public static bool TryUnwrap(System.Type type, System.Collections.Generic.IReadOnlyCollection`1<System.Type> types)PUBLICSTATIC

ParameterTypeDescription
typeType
typesIReadOnlyCollection<Type>
Returns:bool

public static System.Collections.Generic.IReadOnlyCollection`1<System.Type> Unwrap(System.Type type)PUBLICSTATIC

ParameterTypeDescription
typeType
Returns:IReadOnlyCollection<Type>

On this page