GetStreamOfFileSubItem Delegate

Definition

Namespace: Metas.GuiControls
Assembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.8875.19074
C#
public delegate Stream GetStreamOfFileSubItem(
	string file_path,
	string sub_item
)

Parameters

file_path  String
 
sub_item  String
 

Return Value

Stream

See Also