Exemple #1
0
 public MethodNameInfo(string name, MethodNameInfo source)
     : this(name, source.isConstructor, source.isDeconstructor, source.editorBrowsableState)
 {
 }
Exemple #2
0
 public MethodNameInfo(string name, MethodNameInfo source)
     : this(name, source.isConstructor, source.isDeconstructor, source.editorBrowsableState)
 {
 }