C# Класс subtitleMemorize.UtilsInputFiles.DataEntry

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
filename String
properties String>.Dictionary

Открытые методы

Метод Описание
DataEntry ( String filename, String>.Dictionary properties ) : System

Описание методов

DataEntry() публичный Метод

public DataEntry ( String filename, String>.Dictionary properties ) : System
filename String
properties String>.Dictionary
Результат System

Описание свойств

filename публичное свойство

public String filename
Результат String

properties публичное свойство

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
Результат String>.Dictionary