コード例 #1
0
 internal void RemoveProperty(LevelStyleProperty property)
 {
     __StyleList.Remove(property);
 }
コード例 #2
0
ファイル: BaseStyle.cs プロジェクト: fednep/UV-Outliner
 internal void RemoveProperty(LevelStyleProperty property)
 {
     __StyleList.Remove(property);
 }