C# Class MvcApi.Query.ExpressionParser.MappedMemberInfo

Afficher le fichier Open project: dax70/MvcApi

Méthodes publiques

Méthode Description
MappedMemberInfo ( Type mappedType, string memberName, bool isStatic, bool isMethod ) : System

Method Details

MappedMemberInfo() public méthode

public MappedMemberInfo ( Type mappedType, string memberName, bool isStatic, bool isMethod ) : System
mappedType System.Type
memberName string
isStatic bool
isMethod bool
Résultat System