A list (Collection) of files into the directory
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public List<FileInfo> Files { get; } |
Visual Basic |
---|
Public ReadOnly Property Files As List(Of FileInfo) Get |
Visual C++ |
---|
public: property List<FileInfo^>^ Files { List<FileInfo^>^ get (); } |