Explorar el Código

Small documentation clarification.

Vicente Penades hace 5 años
padre
commit
256c6b383d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;