GetStreamOfFileSubItem Delegate
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public delegate Stream GetStreamOfFileSubItem(
string file_path,
string sub_item
)
Public Delegate Function GetStreamOfFileSubItem (
file_path As String,
sub_item As String
) As Stream
public delegate Stream^ GetStreamOfFileSubItem(
String^ file_path,
String^ sub_item
)
type GetStreamOfFileSubItem =
delegate of
file_path : string *
sub_item : string -> Stream
- file_path String
-
- sub_item String
-
Stream