'Declaration
Public Overloads Overrides Function GetGetMethod( _ ByVal nonPublic As Boolean _ ) As MethodInfo
public override MethodInfo GetGetMethod( bool nonPublic )
Parameters
- nonPublic
- Indicates whether a non-public get accessor should be returned. true if a non-public accessor is to be returned; otherwise, false.