コード例 #1
0
ファイル: RDomEnum.cs プロジェクト: thinhils/RoslynDOM
 public bool AddOrMoveMember(IDom item)
 {
     return(Members.AddOrMove(item));
 }