CodePropertyReference(CodeExpression, PropertyInfo) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
CodePropertyReference(Mono::CodeGeneration::CodeExpression ^ target, System::Reflection::PropertyInfo ^ property);
public CodePropertyReference (Mono.CodeGeneration.CodeExpression target, System.Reflection.PropertyInfo property);
new Mono.CodeGeneration.CodePropertyReference : Mono.CodeGeneration.CodeExpression * System.Reflection.PropertyInfo -> Mono.CodeGeneration.CodePropertyReference
Public Sub New (target As CodeExpression, property As PropertyInfo)
Parameters
- target
- CodeExpression
- property
- PropertyInfo