|  | FileStorageAdd Method (IEnumerableKeyPoint) | 
 
            Writes data to a file storage.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
Syntaxpublic FileStorage Add(
	IEnumerable<KeyPoint> val
)
Public Function Add ( 
	val As IEnumerable(Of KeyPoint)
) As FileStorage
public:
FileStorage^ Add(
	IEnumerable<KeyPoint>^ val
)
member Add : 
        val : IEnumerable<KeyPoint> -> FileStorage 
Parameters
- val
- Type: System.Collections.GenericIEnumerableKeyPoint
 [Missing <param name="val"/> documentation for "M:OpenCvSharp.FileStorage.Add(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint})"] 
Return Value
Type: 
FileStorage[Missing <returns> documentation for "M:OpenCvSharp.FileStorage.Add(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint})"]
 See Also
See Also