C# Class MPlayer.Info.IdInfo

Stores ID info
Mostrar archivo Open project: godly-devotion/Baka-MPlayer-old

Public Properties

Property Type Description
Id string
Value string

Public Methods

Method Description
IdInfo ( )
IdInfo ( string id, string value )

Method Details

IdInfo() public method

public IdInfo ( )

IdInfo() public method

public IdInfo ( string id, string value )
id string
value string

Property Details

Id public_oe property

public string Id
return string

Value public_oe property

public string Value
return string