IBuilder<TStageEnum> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TStageEnum>
public interface class IBuilder
public interface IBuilder<TStageEnum>
type IBuilder<'StageEnum> = interface
Public Interface IBuilder(Of TStageEnum)
Type Parameters
- TStageEnum
- Derived
Properties
Policies | |
Strategies |
Methods
BuildUp(IReadWriteLocator, Type, String, Object, PolicyList[]) | |
BuildUp<TTypeToBuild>(IReadWriteLocator, String, Object, PolicyList[]) | |
TearDown<TItem>(IReadWriteLocator, TItem) |