ABsoluteMaybe.ABsoluteMaybeBuilder.StoreExperimentsUsing C# (CSharp) 메소드

StoreExperimentsUsing() 공개 정적인 메소드

public static StoreExperimentsUsing ( Func experimentCommandsFactory ) : ABsoluteMaybeBuilder
experimentCommandsFactory Func
리턴 ABsoluteMaybeBuilder
        public static ABsoluteMaybeBuilder StoreExperimentsUsing(Func<IExperimentCommands> experimentCommandsFactory)
        {
            return new ABsoluteMaybeBuilder()
                .SetExperimentStorage(experimentCommandsFactory);
        }