Option Strict On Option Explicit On
Used to release array variables and deallocate the The Erase statement dates from old versions of Basic, the kind where manual memory management was useful.spa
No more, memory management is automatic in .NET. It is still supported for compatibility reasons.code
All it does is set the array reference to Nothing. memory used for their elements.blog
Erase arraylist
private [Date] as string
correct: Me.GetType().BaseType().GetField("fieldName", BindingFlags.NonPublic Or BindingFlags.Instance)ci
uncorrect: MyBase.GetType().GetField("fieldName", BindingFlags.NonPublic Or BindingFlags.Instance)element