Schaerer Philipp

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Schaerer Philipp created a post,
    Completed

    NotNull Annotation on implicit cast operators

    Hi there Is it possible to write an implicit cast operator in C# using the [NotNull] Attribute? My attempt so far was: public struct NotNullable<T> where T : class {     public NotNullable([NotNull...