[ROOT] / doc / DocFrag / ARCCore.IP.TryGetV Overload2
Key | Value |
---|---|
Assembly | ARCCore |
DocFragType | ClassMember |
IsInherited | -False- |
IsInheritedDoc | -False- |
Lines | -6- |
Name | TryGetV |
Namespace | ARCCore |
Type | IP |
ClassMemberAttribute
Key | Value |
---|---|
DeclaringType | IP |
MethodName | TryGetV |
MethodSignature | Boolean TryGetV[T](T ByRef) |
The actual value of the property. Mostly relevant for single-value properties like PValue<T>.
Note how the implementing method should be flexible when type-parameter T does not match the actual type stored.
Asking for a string value should always be possible for instance.
If it has to give up a good explanation should be given in the errorResponse out-parameter
Generated 2024-11-12 23:41:44.758 UTC