C# Class SDKDocGenerator.PropertyInfoWrapper

Inheritance: MemberInfoWrapper
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
GetGetMethod ( ) : MethodInfoWrapper
GetSetMethod ( ) : MethodInfoWrapper
PropertyInfoWrapper ( PropertyInfo info, string docId ) : System

Method Details

GetGetMethod() public méthode

public GetGetMethod ( ) : MethodInfoWrapper
Résultat MethodInfoWrapper

GetSetMethod() public méthode

public GetSetMethod ( ) : MethodInfoWrapper
Résultat MethodInfoWrapper

PropertyInfoWrapper() public méthode

public PropertyInfoWrapper ( PropertyInfo info, string docId ) : System
info System.Reflection.PropertyInfo
docId string
Résultat System