Base:
property
ByteProp
Microsoft.ML.EntryPoints.Tests.CollectionsDataViewTest.BaseClassWithInheritedProperties.ByteProp
2 writes to ByteProp
Microsoft.ML.Tests (2)
CollectionsDataViewTest.cs (2)
339
new ClassWithInheritedProperties(){ IntProp=1, StringProp ="lala", LongProp=17,
ByteProp
=3 },
340
new ClassWithInheritedProperties(){ IntProp=-1, StringProp ="", LongProp=2,
ByteProp
=4 },