7 lines
182 B
C#
7 lines
182 B
C#
internal static class InteropErrorExtensions
|
|
{
|
|
public static global::Interop.ErrorInfo Info(this global::Interop.Error error)
|
|
{
|
|
return new global::Interop.ErrorInfo(error);
|
|
}
|
|
}
|