C# Class FastReflection.FastProperty

Inheritance: IFastProperty
Show file Open project: mvbalaw/FastReflection

Public Methods

Method Description
FastProperty ( PropertyInfo property ) : System
Get ( object instance ) : object
Set ( object instance, object value ) : void

Private Methods

Method Description
InitializeGet ( ) : void
InitializeSet ( ) : void

Method Details

FastProperty() public method

public FastProperty ( PropertyInfo property ) : System
property PropertyInfo
return System

Get() public method

public Get ( object instance ) : object
instance object
return object

Set() public method

public Set ( object instance, object value ) : void
instance object
value object
return void