Summary

Describes a property. We use this class to wrap and return <see cref="P:Sandbox.PropertyDescription.PropertyInfo">PropertyInfo</see>'s that are safe to interact with. Returned by <see cref="T:Sandbox.Internal.TypeLibrary" /> and <see cref="T:Sandbox.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
SetValue
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.