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

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType.CreateField(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 FieldReference CreateField(
	string name,
	Type fieldType
)

Parameters

name
Type: SystemString

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

fieldType
Type: SystemType

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

Return Value

Type: FieldReference

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

See Also