I was wondering when I write
Shared ReadOnly Variable As DataType = New DataType()
Or alternatively
Shared ReadOnly Variable As New DataType()
Is it lazy loaded or as the instance initializes?
How about ReadOnly itself without the shared?
Example: System.Type.Delimiter