C# Class SDKDocGenerator.PropertyInfoWrapper

Inheritance: MemberInfoWrapper
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetGetMethod ( ) : MethodInfoWrapper
GetSetMethod ( ) : MethodInfoWrapper
PropertyInfoWrapper ( PropertyInfo info, string docId ) : System

Method Details

GetGetMethod() public method

public GetGetMethod ( ) : MethodInfoWrapper
return MethodInfoWrapper

GetSetMethod() public method

public GetSetMethod ( ) : MethodInfoWrapper
return MethodInfoWrapper

PropertyInfoWrapper() public method

public PropertyInfoWrapper ( PropertyInfo info, string docId ) : System
info System.Reflection.PropertyInfo
docId string
return System