Search Results for

    Show / Hide Table of Contents

    Class OptionValueCollection

    Inheritance
    object
    OptionValueCollection
    Implements
    IList
    ICollection
    IList<string>
    ICollection<string>
    IEnumerable<string>
    IEnumerable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Options
    Assembly: nunitlite.dll
    Syntax
    public class OptionValueCollection : IList, ICollection, IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable

    Properties

    View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int
    View Source

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    bool
    View Source

    this[int]

    Declaration
    public string this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    string

    Methods

    View Source

    Add(string)

    Declaration
    public void Add(string item)
    Parameters
    Type Name Description
    string item
    View Source

    Clear()

    Declaration
    public void Clear()
    View Source

    Contains(string)

    Declaration
    public bool Contains(string item)
    Parameters
    Type Name Description
    string item
    Returns
    Type Description
    bool
    View Source

    CopyTo(string[], int)

    Declaration
    public void CopyTo(string[] array, int arrayIndex)
    Parameters
    Type Name Description
    string[] array
    int arrayIndex
    View Source

    GetEnumerator()

    Declaration
    public IEnumerator<string> GetEnumerator()
    Returns
    Type Description
    IEnumerator<string>
    View Source

    IndexOf(string)

    Declaration
    public int IndexOf(string item)
    Parameters
    Type Name Description
    string item
    Returns
    Type Description
    int
    View Source

    Insert(int, string)

    Declaration
    public void Insert(int index, string item)
    Parameters
    Type Name Description
    int index
    string item
    View Source

    Remove(string)

    Declaration
    public bool Remove(string item)
    Parameters
    Type Name Description
    string item
    Returns
    Type Description
    bool
    View Source

    RemoveAt(int)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    int index
    View Source

    ToArray()

    Declaration
    public string[] ToArray()
    Returns
    Type Description
    string[]
    View Source

    ToList()

    Declaration
    public List<string> ToList()
    Returns
    Type Description
    List<string>
    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IList
    ICollection
    IList<T>
    ICollection<T>
    IEnumerable<T>
    IEnumerable
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0