예제 #1
0
 public EntryPointSchema(EntryPointSchema source)
     : base(source)
 {
 }
예제 #2
0
 public EntryPointSchema(EntryPointSchema source, bool isShallowClone)
     : base(source, isShallowClone)
 {
 }