Esempio n. 1
0
 // Token: 0x06001239 RID: 4665 RVA: 0x0008322E File Offset: 0x0008142E
 public void SetMinorPart(CssToken.PropertyPartMinor newMinorPart)
 {
     this.token.PropertyList[this.token.CurrentProperty].MinorPart = newMinorPart;
 }
Esempio n. 2
0
        // Orphaned WPL code.
#if false
        public void SetMinorPart(CssToken.PropertyPartMinor newMinorPart)
        {
            this.AssertCurrent();
            this.token.propertyList[this.token.currentProperty].MinorPart = newMinorPart;
        }