ImportExport.Load Method (String)

C# Language Manager

ImportExportLoad Method (String)

[Missing <summary> documentation for "M:Languages.Implementation.ImportExport.Load(System.String)"]

Namespace:  Languages.Implementation
Assembly:  Languages (in Languages.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
public Language Load(
	string filename
)
Public Function Load ( 
	filename As String
) As Language

Parameters

filename
Type: SystemString

[Missing <param name="filename"/> documentation for "M:Languages.Implementation.ImportExport.Load(System.String)"]

Return Value

Type: Language

[Missing <returns> documentation for "M:Languages.Implementation.ImportExport.Load(System.String)"]

Implements

IImportExportLoad(String)
Remarks

[Missing <remarks> documentation for "M:Languages.Implementation.ImportExport.Load(System.String)"]

See Also