فهرست منبع

Small documentation clarification.

Vicente Penades 5 سال پیش
والد
کامیت
256c6b383d
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/SharpGLTF.Core/Memory/MemoryImage.cs

+ 3 - 0
src/SharpGLTF.Core/Memory/MemoryImage.cs

@@ -111,6 +111,9 @@ namespace SharpGLTF.Memory
 
         private readonly BYTES _Image;
 
+        /// <remarks>
+        /// This field must NOT be used for equality checks, it has the same face value as a code comment.
+        /// </remarks>
         [System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
         private readonly String _SourcePathHint;