Api Facepunch ActionGraphs ParameterDefinitionExtensions
class

ParameterDefinitionExtensions

public static abstract sealed class ParameterDefinitionExtensions

Methods

static this IReadOnlyCollection<T> Replace(IEnumerable<T> parameters, T[] replacements)
static this IReadOnlyCollection<T> With(IEnumerable<T> parameters, T[] newParameters)
static this IReadOnlyCollection<T> Without(IEnumerable<T> parameters, T[] excluded)
static this IReadOnlyCollection<T> Concat(IEnumerable<T> a, T[] b)
Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.ParameterDefinitionExtensions