MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Std._InOptConst_String Class Reference

This is used for optional parameters of class String with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_String. Usage: More...

Public Member Functions

 _InOptConst_String (Const_String value)
 

Static Public Member Functions

static implicit operator _InOptConst_String (Const_String value)
 
static unsafe implicit operator _InOptConst_String (string other)
 Constructs a new instance.
 

Public Attributes

Const_StringOpt
 

Detailed Description

This is used for optional parameters of class String with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_String. Usage:

  • Pass null to use the default argument.
  • Pass new() to pass no object.
  • Pass an instance of String/Const_String to pass it to the function.

The documentation for this class was generated from the following file: