MsgPack.Serialization.EmittingSerializers.SerializerEmitter.DefineConstructor C# (CSharp) Method

DefineConstructor() private method

private DefineConstructor ( MethodAttributes attributes ) : ConstructorBuilder
attributes MethodAttributes
return System.Reflection.Emit.ConstructorBuilder
		private ConstructorBuilder DefineConstructor( MethodAttributes attributes, params Type[] parameterTypes )
		{
			return this._typeBuilder.DefineConstructor( attributes, CallingConventions.Standard, parameterTypes );
		}