public static Func<Object, Object, bool> TransitionStateExpector<TS>()
Public Shared Function TransitionStateExpector(Of TS) As Func(Of Object, Object, Boolean)
public: generic<typename TS> static Func<Object^, Object^, bool^>^ TransitionStateExpector()