NServiceBus.RegisterStepExtensions.GetInputContext C# (CSharp) Method

GetInputContext() public static method

public static GetInputContext ( this step ) : Type
step this
return System.Type
        public static Type GetInputContext(this RegisterStep step)
        {
            return step.BehaviorType.GetInputContext();
        }