IKVM.Internal.DotNetTypeWrapper.AttributeAnnotationTypeWrapper.AttributeAnnotation.AttributeAnnotation C# (CSharp) Method

AttributeAnnotation() private method

private AttributeAnnotation ( Type type ) : System.Reflection.Emit
type IKVM.Reflection.Type
return System.Reflection.Emit
                internal AttributeAnnotation(Type type)
                {
                    this.type = type;
                }
DotNetTypeWrapper.AttributeAnnotationTypeWrapper.AttributeAnnotation