2 writes to Name
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
198
Name
= "Unknown";
209
output.
Name
= "Super " + input.Name;
2 references to Name
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
40
Console.WriteLine("We got a super alien with name " + firstAlien.
Name
+
54
Console.Write("We got a super alien with name " + superAlien.
Name
+