Click or drag to resize
AbstractEasyTypeCreateProperty Method (String, Type)

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

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(
	string name,
	Type returnType
)

Parameters

name
Type: SystemString

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

returnType
Type: SystemType

[Missing <param name="returnType"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType.CreateProperty(System.String,System.Type)"]

Return Value

Type: EasyProperty

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

See Also