Exemplo n.º 1
0
 public static ReadOnlyUIBehaviour AsReadOnly(this UIBehaviour self) => self.IsTrulyNull() ? null : new ReadOnlyUIBehaviour(self);