ClassLib_Test.Co4765GetCustomAttributes_ParamInfo_Type.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)
Co4765GetCustomAttributes_ParamInfo_Type