C# 클래스 SubLib.Core.Domain.SyncPoints

파일 보기 프로젝트 열기: GNOME/gnome-subtitles

보호된 프로퍼티들

프로퍼티 타입 설명
syncPoints System.Collections.SortedList

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( SyncPoint syncPoint ) : bool
syncPoint SyncPoint
리턴 bool

Clone() 공개 메소드

public Clone ( ) : SyncPoints
리턴 SyncPoints

Contains() 공개 메소드

public Contains ( int subtitleNumber ) : bool
subtitleNumber int
리턴 bool

Get() 공개 메소드

public Get ( int index ) : SyncPoint
index int
리턴 SyncPoint

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( SyncPoint syncPoint ) : int
syncPoint SyncPoint
리턴 int

Remove() 공개 메소드

public Remove ( int index ) : void
index int
리턴 void

SyncPoints() 공개 메소드

public SyncPoints ( ) : System
리턴 System

SyncPoints() 공개 메소드

public SyncPoints ( SortedList syncPoints ) : System
syncPoints System.Collections.SortedList
리턴 System

this() 공개 메소드

public this ( int index ) : SyncPoint
index int
리턴 SyncPoint

프로퍼티 상세

syncPoints 보호되어 있는 프로퍼티

protected SortedList,System.Collections syncPoints
리턴 System.Collections.SortedList