| CargoModelFromClrType Method |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "M:WikiClientLibrary.Cargo.Linq.CargoModel.FromClrType(System.Type,System.String)"]
Namespace: WikiClientLibrary.Cargo.LinqAssembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public static CargoModel FromClrType(
Type clrType,
string? nameOverride = null
)
Public Shared Function FromClrType (
clrType As Type,
Optional nameOverride As String = Nothing
) As CargoModel
Dim clrType As Type
Dim nameOverride As String
Dim returnValue As CargoModel
returnValue = CargoModel.FromClrType(clrType,
nameOverride)
public:
static CargoModel^ FromClrType(
Type^ clrType,
String^ nameOverride = nullptr
)
static member FromClrType :
clrType : Type *
?nameOverride : string
(* Defaults:
let _nameOverride = defaultArg nameOverride null
*)
-> CargoModel
Parameters
- clrType Type
[Missing <param name="clrType"/> documentation for "M:WikiClientLibrary.Cargo.Linq.CargoModel.FromClrType(System.Type,System.String)"]
- nameOverride String (Optional)
[Missing <param name="nameOverride"/> documentation for "M:WikiClientLibrary.Cargo.Linq.CargoModel.FromClrType(System.Type,System.String)"]
Return Value
CargoModelSee Also