Photon Server API Documentation v5.0RC1

Photon.SocketServer.Annotations.NotNullAttribute Class Reference

Indicates that the value of the marked element could never be null More...

Inheritance diagram for Photon.SocketServer.Annotations.NotNullAttribute:

Detailed Description

Indicates that the value of the marked element could never be null

[NotNull] public object Foo() {
return null; // Warning: Possible 'null' assignment
}