GetInstance Method (ItemStates)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetInstance() method calls the item state constructor, which is private, to get an instance of the item state object.
'Declaration
Public Shared Function GetInstance() As ItemStates
public static ItemStates GetInstance()