예제 #1
0
        /// <summary>
        /// Gets the type of the field.
        /// </summary>
        /// <returns>The type of the field.</returns>
        protected override SigType GetFieldType()
        {
            FieldSignature fsig = new FieldSignature();

            fsig.LoadSignature(this.Module.Metadata, this.signature);
            return(fsig.Type);
        }