C# Class subtitleMemorize.UtilsInputFiles.DataEntry

Show file Open project: ChangSpivey/SubtitleMemorize

Public Properties

Property Type Description
filename String
properties String>.Dictionary

Public Methods

Method Description
DataEntry ( String filename, String>.Dictionary properties ) : System

Method Details

DataEntry() public method

public DataEntry ( String filename, String>.Dictionary properties ) : System
filename String
properties String>.Dictionary
return System

Property Details

filename public property

public String filename
return String

properties public 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
return String>.Dictionary