@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
public @interface CSharpTypeBounds
T:class if T is constrained to be a reference type - that is, a value
that is potentially nullable. Without this bound declaration, assignment of
T to null will be rejected by the C# compiler.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
bounds |
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.