microsoft.exchange.webservices.data.autodiscover
Interface IFunc<T,TResult>

Type Parameters:
T - the generic type
TResult - the generic type

public interface IFunc<T,TResult>

The Interface Func.


Method Summary
 TResult func(T arg)
          Func.
 

Method Detail

func

TResult func(T arg)
Func.

Parameters:
arg - the arg
Returns:
the t result


Copyright © 2012–2015 Microsoft. All rights reserved.