Click or drag to resize
EasyProperty Constructor
Initializes a new instance of the EasyProperty class

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public EasyProperty(
	AbstractEasyType maintype,
	string name,
	Type returnType
)

Parameters

maintype
Type: X3Platform.DynamicProxy.Builder.CodeBuilderAbstractEasyType

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

name
Type: SystemString

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

returnType
Type: SystemType

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

See Also