Interface INoteCollection
Holds a collection of INote.
Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
Assembly: Unity.Localization.Editor.dll
Syntax
public interface INoteCollection
Properties
| Name | Description |
|---|---|
| NoteCount | Returns the number of notes in the collection. |
Methods
| Name | Description |
|---|---|
| AddNewNote() | Add a new note to the collection and returns it. |
| AddNote(INote) | Adds a note to the collection. |
| GetNote(int) | Returns the note for the requested index. |
| RemoveNote(INote) | Removes the note from the collection. |