'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> ReadOnly Property Method As MethodBase
'Usage
Dim instance As _ResultException Dim value As MethodBase value = instance.Method
[JetBrains.Annotations.CanBeNull()] MethodBase Method {get;}
[JetBrains.Annotations.CanBeNull()] property MethodBase^ Method { MethodBase^ get(); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.