Esempio n. 1
0
 public string Index()
 {
     return($"[IDiSample]{Environment.NewLine}" +
            $"Id: {_diSample.Id}{Environment.NewLine}" +
            $"HashCode: {_diSample.GetHashCode()}{Environment.NewLine}" +
            $"Type: {_diSample.GetType()}");
 }