[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Release class.

Namespace:  Subtitles.Services.Types
Assembly:  Subtitles.Services (in Subtitles.Services)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Release(
	Guid subtitleID,
	Guid releaseID,
	string name,
	FPS fps
)
Visual Basic (Declaration)
Public Sub New ( _
	subtitleID As Guid, _
	releaseID As Guid, _
	name As String, _
	fps As FPS _
)
Visual C++
public:
Release(
	Guid subtitleID, 
	Guid releaseID, 
	String^ name, 
	FPS fps
)

Parameters

subtitleID
Type: System..::.Guid

[Missing <param> documentation for "subtitleID"]

releaseID
Type: System..::.Guid

[Missing <param> documentation for "releaseID"]

name
Type: System..::.String

[Missing <param> documentation for "name"]

fps
Type: Subtitles.Services.Types..::.FPS

[Missing <param> documentation for "fps"]

See Also