C# Class SDKDocGenerator.MethodInfoWrapper

Inheritance: MethodBaseWrapper
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetGenericArguments ( ) : SDKDocGenerator.TypeWrapper[]
MethodInfoWrapper ( MethodInfo info, string docId ) : System

Method Details

GetGenericArguments() public method

public GetGenericArguments ( ) : SDKDocGenerator.TypeWrapper[]
return SDKDocGenerator.TypeWrapper[]

MethodInfoWrapper() public method

public MethodInfoWrapper ( MethodInfo info, string docId ) : System
info System.Reflection.MethodInfo
docId string
return System