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

AttributeAnnotationMethodWrapper() private method

private AttributeAnnotationMethodWrapper ( AttributeAnnotationTypeWrapper tw, string name, Type type, bool optional ) : System.Reflection.Emit
tw AttributeAnnotationTypeWrapper
name string
type IKVM.Reflection.Type
optional bool
return System.Reflection.Emit
                internal AttributeAnnotationMethodWrapper(AttributeAnnotationTypeWrapper tw, string name, Type type, bool optional)
                    : this(tw, name, MapType(type, false), optional)
                {
                }

Same methods

DotNetTypeWrapper.AttributeAnnotationTypeWrapper.AttributeAnnotationMethodWrapper::AttributeAnnotationMethodWrapper ( AttributeAnnotationTypeWrapper tw, string name, TypeWrapper returnType, bool optional ) : System.Reflection.Emit
DotNetTypeWrapper.AttributeAnnotationTypeWrapper.AttributeAnnotationMethodWrapper