/// <inheritdoc />
        protected override IEnumerable <KeyValuePair <StaticPropertyWrapper, ConstantValue> > GetAttributePropertyArguments(
            StaticAttributeWrapper attribute)
        {
            CodeAttribute2 attributeHandle = (CodeAttribute2)attribute.Handle;

            throw new NotImplementedException();
        }
        /// <inheritdoc />
        protected override ConstantValue[] GetAttributeConstructorArguments(StaticAttributeWrapper attribute)
        {
            CodeAttribute2 attributeHandle = (CodeAttribute2)attribute.Handle;

            throw new NotImplementedException();
        }
        /// <inheritdoc />
        protected override StaticConstructorWrapper GetAttributeConstructor(StaticAttributeWrapper attribute)
        {
            CodeAttribute2 attributeHandle = (CodeAttribute2)attribute.Handle;

            throw new NotImplementedException();
        }