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