Fork me on GitHub

ParameterList Class

Namespace
SharpInputSystem
Interfaces
Base Types
graph BT Type-->Base0["List<Parameter>"] Base0-->Base1["object"] Type-.->Interface0["IList<Parameter>"] Type-.->Interface1["ICollection<Parameter>"] Type-.->Interface2["IList"] Type-.->Interface3["ICollection"] Type-.->Interface4["IReadOnlyList<Parameter>"] Type-.->Interface5["IReadOnlyCollection<Parameter>"] Type-.->Interface6["IEnumerable<Parameter>"] Type-.->Interface7["IEnumerable"] Type["ParameterList"] class Type type-node

Syntax

public class ParameterList : List<Parameter>, IList<Parameter>, ICollection<Parameter>, IList, 
    ICollection, IReadOnlyList<Parameter>, IReadOnlyCollection<Parameter>, IEnumerable<Parameter>, 
    IEnumerable