Click or drag to resize
AbstractEasyTypeCreateProperty Method (PropertyInfo)

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType.CreateProperty(System.Reflection.PropertyInfo)"]

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

Parameters

property
Type: System.ReflectionPropertyInfo

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

Return Value

Type: EasyProperty

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

See Also