Guest User

Untitled

a guest
Dec 5th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public Gen(SerializationInfo sinfo, StreamingContext ctx)
  2. {
  3. Console.WriteLine(" pobieranie informacji");
  4. L = new List<T>((T[]) sinfo.GetValue("L1", typeof(T[])));
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment