systemInformationInvokeFunctiondefaultValueFunction<T> function
T
systemInformationInvokeFunctiondefaultValueFunction<T>(
- T originValue
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
T systemInformationInvokeFunctiondefaultValueFunction<T>(T originValue) {
return originValue;
}