C# Class PRI.ProductivityExtensions.MemberFilterExtensions.MemberFilterable

Class that contains extension methods that extend MemberFilter
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode Description
BeginInvoke ( this memberfilter, MemberInfo m, Object filterCriteria, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. memberfilter.BeginInvoke(m, filterCriteria, callback);

Method Details

BeginInvoke() public static méthode

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. memberfilter.BeginInvoke(m, filterCriteria, callback);
public static BeginInvoke ( this memberfilter, MemberInfo m, Object filterCriteria, AsyncCallback callback ) : IAsyncResult
memberfilter this
m System.Reflection.MemberInfo
filterCriteria Object
callback AsyncCallback
Résultat IAsyncResult