Show / Hide Table of Contents

Class OptionalString

Inheritance
System.Object
OptionalString
Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public class OptionalString : Optional<string>

Methods

WithValue(String)

Declaration
public static OptionalString WithValue(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
OptionalString
Back to top Generated by DocFX