Exemplo n.º 1
0
 internal static void AddVMCollectionBuildSteps(BinderRootExpression collectionBinder)
 {
     _collectionSteps.ForEach(collectionBinder.InsertBuildStep);
 }
Exemplo n.º 2
0
 internal static void AddVMPropertyBuildSteps(BinderRootExpression propertyBinder)
 {
     _propertySteps.ForEach(propertyBinder.InsertBuildStep);
 }