11 internal static Attribute GetCustomAttribute(RuntimeType type)
20 internal static bool IsDefined(RuntimeType type)
22 return type.IsSerializable;
Indicates that a class can be serialized. This class cannot be inherited.
Represents the base class for custom attributes.
TypeAttributes
Specifies type attributes.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.