Search Results for

    Show / Hide Table of Contents

    Class IndexerOperator

    Operator used to test for the presence of a Indexer on an object and optionally apply further tests to the value of that indexer.

    Inheritance
    object
    ConstraintOperator
    PrefixOperator
    IndexerOperator
    Inherited Members
    PrefixOperator.Reduce(ConstraintBuilder.ConstraintStack)
    ConstraintOperator.left_precedence
    ConstraintOperator.right_precedence
    ConstraintOperator.LeftContext
    ConstraintOperator.RightContext
    ConstraintOperator.LeftPrecedence
    ConstraintOperator.RightPrecedence
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Framework.Constraints
    Assembly: nunit.framework.dll
    Syntax
    public class IndexerOperator : PrefixOperator

    Constructors

    View Source

    IndexerOperator(params object[])

    Constructs a IndexerOperator for a particular set of indexer parameters

    Declaration
    public IndexerOperator(params object[] indexArgs)
    Parameters
    Type Name Description
    object[] indexArgs

    Methods

    View Source

    ApplyPrefix(IConstraint)

    Returns a IndexerConstraint applied to its argument.

    Declaration
    public override IConstraint ApplyPrefix(IConstraint constraint)
    Parameters
    Type Name Description
    IConstraint constraint
    Returns
    Type Description
    IConstraint
    Overrides
    PrefixOperator.ApplyPrefix(IConstraint)
    • 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