C# Class NProxy.Core.Test.Interceptors.LazyAttribute

Inheritance: System.Attribute, IInterceptionBehavior
Afficher le fichier Open project: mtamme/NProxy

Méthodes publiques

Méthode Description
Apply ( MemberInfo memberInfo, ICollection interceptors ) : void
Validate ( MemberInfo memberInfo ) : void

Method Details

Apply() public méthode

public Apply ( MemberInfo memberInfo, ICollection interceptors ) : void
memberInfo System.Reflection.MemberInfo
interceptors ICollection
Résultat void

Validate() public méthode

public Validate ( MemberInfo memberInfo ) : void
memberInfo System.Reflection.MemberInfo
Résultat void