Click or drag to resize
BaseCodeGeneratorCreateProperty Method
Generate property implementation

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected EasyProperty CreateProperty(
	PropertyInfo property
)

Parameters

property
Type: System.ReflectionPropertyInfo

[Missing <param name="property"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.CreateProperty(System.Reflection.PropertyInfo)"]

Return Value

Type: EasyProperty

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.CreateProperty(System.Reflection.PropertyInfo)"]

See Also