Ejemplo n.º 1
0
 // Parse task attributes to get list of referenced metadata and items
 // to determine batching
 //
 void ParseTaskAttributes(IBuildTask buildTask)
 {
     foreach (var attr in buildTask.GetAttributes())
     {
         ParseAttribute(attr);
     }
 }
Ejemplo n.º 2
0
		// Parse task attributes to get list of referenced metadata and items
		// to determine batching
		//
		void ParseTaskAttributes (IBuildTask buildTask)
		{
			foreach (var attr in buildTask.GetAttributes ()) {
				ParseAttribute (attr);
			}
		}