Exemplo n.º 1
0
 /// <summary>
 /// Copies all data from another item.
 /// </summary>
 internal void CopyFrom(IniSectionItem item)
 {
     if (item != null)
     {
         Value   = item.Value;
         Comment = item.Comment;
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Copies all data from another item.
 /// </summary>
 internal void CopyFrom(IniSectionItem item)
 {
     if (item != null)
     {
         Value = item.Value;
         Comment = item.Comment;
     }
 }