ClassLib_Test.Co4763GetCustomAttributes_MemInfo.print C# (CSharp) Method

print() private static method

private static print ( Object str ) : void
str Object
return void
 private static void print(Object str)
   {
   Console.Error.WriteLine(str.ToString());
   }
 private static void printerr(string errLoc)
Co4763GetCustomAttributes_MemInfo