Search Results for

    Show / Hide Table of Contents

    Struct AttrList

    Represents a list of attributes.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public struct AttrList

    Properties

    | Improve this Doc View Source

    Item[String]

    Gets the attribute value with the specified name.

    Declaration
    public string this[string name] { get; }
    Parameters
    Type Name Description
    String name

    The name of the attribute.

    Property Value
    Type Description
    String

    The value associated with the specified name.

    | Improve this Doc View Source

    Next

    Gets the next chunk of attributes in the list.

    Declaration
    public AttrList? Next { get; }
    Property Value
    Type Description
    Nullable<AttrList>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX