C# Class subtitleMemorize.UtilsInputFiles.DataEntry

Afficher le fichier Open project: ChangSpivey/SubtitleMemorize

Méthodes publiques

Свойство Type Description
filename String
properties String>.Dictionary

Méthodes publiques

Méthode Description
DataEntry ( String filename, String>.Dictionary properties ) : System

Method Details

DataEntry() public méthode

public DataEntry ( String filename, String>.Dictionary properties ) : System
filename String
properties String>.Dictionary
Résultat System

Property Details

filename public_oe property

public String filename
Résultat String

properties public_oe property

The properties of file like text encoding, important stream for container formats, etc. This dictionary can be null, which means that this file has the same properties as previous file. In case the dictionary of the first file is null it means that no properties are set.
public Dictionary properties
Résultat String>.Dictionary