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