Метод | Описание | |
---|---|---|
MostRestrictiveVisibility ( IMetadataHost host, IExpression expression ) : TypeMemberVisibility |
Returns the most restrictive visibility of any member mentioned within the expression. I.e., if a private member is referenced within the expression, then TypeMemberVisibility.Private is returned. If TypeMemberVisibility.Public is returned, then all referenced members are public.
|
|
TraverseChildren ( IBoundExpression boundExpression ) : void |
Метод | Описание | |
---|---|---|
Visibility ( IMetadataHost host ) : System |
public static MostRestrictiveVisibility ( IMetadataHost host, IExpression expression ) : TypeMemberVisibility | ||
host | IMetadataHost | |
expression | IExpression | |
Результат | TypeMemberVisibility |
public TraverseChildren ( IBoundExpression boundExpression ) : void | ||
boundExpression | IBoundExpression | |
Результат | void |