Gets the list of patches.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public List<Patch> PatchList { get; set; } |
Visual C++ |
---|
public:
property List<Patch^>^ PatchList {
List<Patch^>^ get ();
void set (List<Patch^>^ value);
} |
F# |
---|
member PatchList : List<Patch> with get, set
|
See Also