C# Class PRI.ProductivityExtensions.MemberFilterExtensions.MemberFilterable

Class that contains extension methods that extend MemberFilter
Exibir arquivo Open project: peteraritchie/ProductivityExtensions

Public Methods

Method 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 method

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
return IAsyncResult