C# 클래스 subtitleMemorize.UtilsInputFiles.DataEntry

파일 보기 프로젝트 열기: ChangSpivey/SubtitleMemorize

공개 프로퍼티들

프로퍼티 타입 설명
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