Click or drag to resize
EasyPropertyCreateGetMethod Method (MethodAttributes, Type)

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyProperty.CreateGetMethod(System.Reflection.MethodAttributes,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 EasyMethod CreateGetMethod(
	MethodAttributes attrs,
	params Type[] parameters
)

Parameters

attrs
Type: System.ReflectionMethodAttributes

[Missing <param name="attrs"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyProperty.CreateGetMethod(System.Reflection.MethodAttributes,System.Type[])"]

parameters
Type: SystemType

[Missing <param name="parameters"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyProperty.CreateGetMethod(System.Reflection.MethodAttributes,System.Type[])"]

Return Value

Type: EasyMethod

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyProperty.CreateGetMethod(System.Reflection.MethodAttributes,System.Type[])"]

See Also