Ejemplo n.º 1
0
        public FollowedStatTypes Copy()
        {
            FollowedStatTypes _FollowedStatTypes = new FollowedStatTypes(statTypes, follows);

            _FollowedStatTypes.DecimalSpace = this.DecimalSpace;
            return(_FollowedStatTypes);
        }
Ejemplo n.º 2
0
 public void Remove(FollowedStatTypes i_Obj)
 {
     this.InnerList.Remove(i_Obj);
 }
Ejemplo n.º 3
0
 //Methods
 public int Add(FollowedStatTypes i_Object)
 {
     return(this.InnerList.Add(i_Object));
 }