コード例 #1
0
        public CharacterStringPropertyType Remove(int index)
        {
            CharacterStringPropertyType obj = UseLimitation[index];

            UseLimitation.Remove(obj);
            return(obj);
        }
コード例 #2
0
 public bool Remove(CharacterStringPropertyType obj)
 {
     return(UseLimitation.Remove(obj));
 }
コード例 #3
0
ファイル: Gml_orig.cs プロジェクト: pobingwanghai/SharpMapV2
 public bool Remove(CharacterStringPropertyType obj)
 {
     return UseLimitation.Remove(obj);
 }
コード例 #4
0
 public void Add(CharacterStringPropertyType obj)
 {
     UseLimitation.Add(obj);
 }
コード例 #5
0
ファイル: Gml_orig.cs プロジェクト: pobingwanghai/SharpMapV2
 public void Add(CharacterStringPropertyType obj)
 {
     UseLimitation.Add(obj);
 }