C# Class subtitleMemorize.PreviewListModel.AtomicChange

Afficher le fichier Open project: ChangSpivey/SubtitleMemorize

Méthodes publiques

Свойство Type Description
cardInfo CardInfo
changeType ChangeType
line int

Méthodes publiques

Méthode Description
AtomicChange ( int line, CardInfo cardInfo, ChangeType changeType ) : System

Method Details

AtomicChange() public méthode

public AtomicChange ( int line, CardInfo cardInfo, ChangeType changeType ) : System
line int
cardInfo CardInfo
changeType ChangeType
Résultat System

Property Details

cardInfo public_oe property

public CardInfo cardInfo
Résultat CardInfo

changeType public_oe property

public ChangeType changeType
Résultat ChangeType

line public_oe property

public int line
Résultat int