Saltar al contenido
Abblix
Esta página aún no está traducida.

ElementsRequiredAttribute Class

Applied to an array, collection, or otherwise enumerable property, field, or parameter to declare that the collection itself must be non-null and contain at least one element, and that no element inside it may be null. Useful for protocol metadata such as redirect_uris where an empty array is invalid.

C#
public class ElementsRequiredAttribute : System.Attribute

Inheritance System.ObjectSystem.Attribute → ElementsRequiredAttribute