docs.unity3d.com
    Show / Hide Table of Contents

    Interface INoteCollection

    Holds a collection of INote.

    Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
    Syntax
    public interface INoteCollection

    Properties

    NoteCount

    Declaration
    int NoteCount { get; }
    Property Value
    Type Description
    Int32

    Methods

    AddNewNote()

    Declaration
    INote AddNewNote()
    Returns
    Type Description
    INote

    AddNote(INote)

    Declaration
    void AddNote(INote note)
    Parameters
    Type Name Description
    INote note

    GetNote(Int32)

    Declaration
    INote GetNote(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    INote

    RemoveNote(INote)

    Declaration
    void RemoveNote(INote note)
    Parameters
    Type Name Description
    INote note

    Extension Methods

    TupleExtensions.IsValueTuple(Object)
    TupleExtensions.GetValueTupleItemObjects(Object)
    TupleExtensions.GetValueTupleItemObjectsFlattened(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023