Exemple #1
0
 public Result VisitProperty(IProperty property)
 {
     MemoryAccessor.ClearRange(property.Address, property.NumberOfPoints, _memorySet);
     return(Result.Create(true));
 }