C# Class SDKDocGenerator.MethodBaseWrapper

Inheritance: MemberInfoWrapper
Mostra file Open project: aws/aws-sdk-net

Public Methods

Method Description
GetParameters ( ) : IList
MethodBaseWrapper ( MethodBase info, string docId ) : System

Method Details

GetParameters() public method

public GetParameters ( ) : IList
return IList

MethodBaseWrapper() public method

public MethodBaseWrapper ( MethodBase info, string docId ) : System
info System.Reflection.MethodBase
docId string
return System