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