Пример #1
0
 /*------------------------- public set and get methods --------------------------*/
 /// <summary>
 /// Set the attribute for this generic parameter
 /// </summary>
 /// <param name="attr">the attribute</param>
 public void SetAttribute(GenericParamAttr attr)
 {
     flags = (ushort)attr;
 }
Пример #2
0
        /*------------------------- public set and get methods --------------------------*/

        /// <summary>
        /// Set the attribute for this generic parameter
        /// </summary>
        /// <param name="attr">the attribute</param>
        public void SetAttribute(GenericParamAttr attr)
        {
            flags = (ushort)attr;
        }