public ObjectCollectionSteps(CollectionContext context, ErrorContext errorContext)
		{
			_context = context;
			_errorContext = errorContext;
		}
		public ObjectSetSteps(CollectionContext context)
		{
			_context = context;
		}
示例#3
0
		public EachSteps(EachContext context, CollectionContext collections)
		{
			_context = context;
			_collections = collections;
		}