Struct JNetReflectorCore<T>.ConfigurationType.VersionUrl
- Namespace
- MASES.JNetReflector
- Assembly
- MASES.JNetReflector.dll
public struct JNetReflectorCore<T>.ConfigurationType.VersionUrl
- Inherited Members
-
Constructors
VersionUrl(int, string)
public VersionUrl(int version, string url)
Parameters
version
int
url
string
Properties
NoModule
public bool NoModule { readonly get; set; }
Property Value
- bool
Url
public string Url { readonly get; set; }
Property Value
- string
Version
public int Version { readonly get; set; }
Property Value
- int