15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
|
// ----------------------------------------------------------------------------
|
||
|
//
|
||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
//
|
||
|
// ----------------------------------------------------------------------------
|
||
|
|
||
|
namespace System
|
||
|
{
|
||
|
|
||
|
public struct IntPtr {
|
||
|
|
||
|
public String! ToString();
|
||
|
}
|
||
|
}
|