SimpleIniFileEntrySetFromOther Method
Copy from another entry.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public SimpleIniFileEntry SetFromOther(
in SimpleIniFileEntry other,
in string akey = null,
in bool? changed = null
)
Public Function SetFromOther (
ByRef other As SimpleIniFileEntry,
Optional ByRef akey As String = Nothing,
Optional ByRef changed As Boolean? = Nothing
) As SimpleIniFileEntry
public:
SimpleIniFileEntry^ SetFromOther(
[InAttribute] SimpleIniFileEntry^% other,
[InAttribute] String^% akey = nullptr,
[InAttribute] Nullable<bool>% changed = nullptr
)
member SetFromOther :
other : SimpleIniFileEntry byref *
?akey : string byref *
?changed : Nullable<bool> byref
(* Defaults:
let _akey = defaultArg akey null
let _changed = defaultArg changed null
*)
-> SimpleIniFileEntry
- other SimpleIniFileEntry
- the other.
- akey String (Optional)
- to allow to change key.
- changed NullableBoolean (Optional)
- (un)mark as changed.
SimpleIniFileEntryitself.