C# Class SubLib.Core.Domain.SyncPoints

ファイルを表示 Open project: GNOME/gnome-subtitles

Protected Properties

Property Type Description
syncPoints System.Collections.SortedList

Public Methods

Method Description
Add ( SyncPoint syncPoint ) : bool
Clone ( ) : SyncPoints
Contains ( int subtitleNumber ) : bool
Get ( int index ) : SyncPoint
GetEnumerator ( ) : IEnumerator
IndexOf ( SyncPoint syncPoint ) : int
Remove ( int index ) : void
SyncPoints ( ) : System
SyncPoints ( SortedList syncPoints ) : System
this ( int index ) : SyncPoint

Method Details

Add() public method

public Add ( SyncPoint syncPoint ) : bool
syncPoint SyncPoint
return bool

Clone() public method

public Clone ( ) : SyncPoints
return SyncPoints

Contains() public method

public Contains ( int subtitleNumber ) : bool
subtitleNumber int
return bool

Get() public method

public Get ( int index ) : SyncPoint
index int
return SyncPoint

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( SyncPoint syncPoint ) : int
syncPoint SyncPoint
return int

Remove() public method

public Remove ( int index ) : void
index int
return void

SyncPoints() public method

public SyncPoints ( ) : System
return System

SyncPoints() public method

public SyncPoints ( SortedList syncPoints ) : System
syncPoints System.Collections.SortedList
return System

this() public method

public this ( int index ) : SyncPoint
index int
return SyncPoint

Property Details

syncPoints protected_oe property

protected SortedList,System.Collections syncPoints
return System.Collections.SortedList