Example #1
0
 public int GetValue(IValueType1 valueType)
 {
     _logger.LogInformation("Calculating Value {value}", valueType.Value);
     return(valueType.Value);
 }
 public bool Equals(IValueType1 other)
 {
     return(Value == other?.Value);
 }
Example #3
0
 public static long ValueType1SizeOf(IValueType1 obj)
 {
     return(12);
 }