Given an array of System.Reflection.MethodInfo, where the returned array of System.Web.Services.Protocols.LogicalMethodInfo can be restricted to only asynchronous or synchronous methods, creates an array of System.Web.Services.Protocols.LogicalMethodInfo.
- method_infos
- a System.Reflection.MethodInfo[]
- types
A bitwise combination of the System.Web.Services.Protocols.LogicalMethodTypes values. Determines whether just asynchronous or synchronous methods or both are included in the returned array of System.Web.Services.Protocols.LogicalMethodInfo.
![]()
An array of System.Web.Services.Protocols.LogicalMethodInfo, representing the methods within methodInfos, filtered by the value of types.