Show / Hide Table of Contents

Class OptionalInt

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

Methods

WithValue(Int32)

Declaration
public static OptionalInt WithValue(int value)
Parameters
Type Name Description
System.Int32 value
Returns
Type Description
OptionalInt
Back to top Generated by DocFX