IKVM.Internal.DotNetTypeWrapper.AttributeAnnotationTypeWrapper.MultipleAnnotationTypeWrapper.MultipleAnnotation.MultipleAnnotation C# (CSharp) Method

MultipleAnnotation() private method

private MultipleAnnotation ( AttributeAnnotationTypeWrapper type ) : System.Reflection.Emit
type AttributeAnnotationTypeWrapper
return System.Reflection.Emit
                    internal MultipleAnnotation(AttributeAnnotationTypeWrapper type)
                    {
                        this.type = type;
                    }
DotNetTypeWrapper.AttributeAnnotationTypeWrapper.MultipleAnnotationTypeWrapper.MultipleAnnotation