diff options
| author | Konstantin <const@const.me> | 2023-02-03 12:56:28 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-02-03 12:56:28 +0100 |
| commit | 85cf1096fb1c2d18f06a3f87af648c7bc3dbb487 (patch) | |
| tree | 13e0fa15363f0e23cecdc46a4bd0a3599a1df5e8 /WhisperNet/API | |
| parent | 6238fc31c6a0a6004cfb6791a7bf85c829c8acc9 (diff) | |
Minor, .NET wrapper
Diffstat (limited to 'WhisperNet/API')
| -rw-r--r-- | WhisperNet/API/iModel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WhisperNet/API/iModel.cs b/WhisperNet/API/iModel.cs index 9268870..0b7a76d 100644 --- a/WhisperNet/API/iModel.cs +++ b/WhisperNet/API/iModel.cs @@ -22,6 +22,7 @@ namespace Whisper /// <summary>Try to resolve integer token ID into string.</summary> /// <remarks>Don't call this method, use <see cref="ExtensionMethods.stringFromToken(iModel, int)" /> instead.</remarks> + [EditorBrowsable( EditorBrowsableState.Never )] IntPtr stringFromTokenInternal( int id ); } }
\ No newline at end of file |
