Summary

Describes a property. We use this class to wrap and return P:Sandbox.PropertyDescription.PropertyInfo's that are safe to interact with. Returned by Internal.TypeLibrary and TypeDescription.

Properties

CanRead Whether this property can be read.
CanWrite Whether this property can be written to.
IsGetMethodPublic Whether the getter of this property is public.
IsIndexer True if this property has index parameters
IsProperty
IsSetMethodPublic Whether the setter of this property is public.
PropertyType Property type.

Methods

CheckValidationAttributes
GetValue Get the value of this property on given object.
SetValue Set the value of this property on given object.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.