Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / MethodAttribute Class / MethodInfo Property

In This Topic
    MethodInfo Property (MethodAttribute)
    In This Topic
    Gets the MethodInfo corresponding to the current method.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MethodInfo As MethodInfo
    public MethodInfo MethodInfo {get;}
    See Also