An array of Type objects that identify the optional custom modifiers of the current property, such as System.Runtime.CompilerServices.IsConst or System.Runtime.CompilerServices.IsImplicitlyDereferenced.
The PropertyInfo.GetOptionalCustomModifiers and PropertyInfo.GetRequiredCustomModifiers methods are provided for designers of managed compilers. For more information on custom modifiers, see System.Runtime.CompilerServices.IsBoxed and related classes in the System.Runtime.CompilerServices namespace and the metadata specification in the ECMA Partition II documentation. The documentation is available online; see tp://go.microsoft.com/fwlink/?LinkID=99212 on MSDN and tp://go.microsoft.com/fwlink/?LinkID=65552 on the Ecma International Web site.