I was reading through the book and i dont understand what the code below is doing.could anyone please explain this.This is in the constructor region
#region
Constructorsprivate NameList()
{
}
private NameList(System.Runtime.Serialization.SerializationInfo info,System.Runtime.Serialization.StreamingContext context):
base(info,context)
{}
#endregion
What is it for could anyone explain????Do we have to use it for the class to work???
yh_ink,
What version of CSLA are you using? I don't see this in the 2.0 book.
Mike
Copyright (c) Marimer LLC