C# Class System.Reflection.PropertyInfo

Inheritance: MemberInfo
Mostra file Open project: theolivenbaum/h5 Class Usage Examples

Private Properties

Property Type Description
GetIndexParameters System.Reflection.ParameterInfo[]
GetValue object
GetValue object
PropertyInfo
SetValue void
SetValue void

Private Methods

Method Description
GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
GetValue ( object obj ) : object
GetValue ( object obj, Array index ) : object
PropertyInfo ( )
SetValue ( object obj, object value ) : void
SetValue ( object obj, object value, Array index ) : void