wpfclassliblary_mtsttest 1.1.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package wpfclassliblary_mtsttest --version 1.1.14
NuGet\Install-Package wpfclassliblary_mtsttest -Version 1.1.14
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="wpfclassliblary_mtsttest" Version="1.1.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add wpfclassliblary_mtsttest --version 1.1.14
#r "nuget: wpfclassliblary_mtsttest, 1.1.14"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install wpfclassliblary_mtsttest as a Cake Addin
#addin nuget:?package=wpfclassliblary_mtsttest&version=1.1.14

// Install wpfclassliblary_mtsttest as a Cake Tool
#tool nuget:?package=wpfclassliblary_mtsttest&version=1.1.14
// Settings.Settings の SetおよびGet時に使用します
public class SettingsUtility : NotificationObject

// Initialize 時使用 // 空白デルミタの string をsettings.settings より取得後 ObservableCollection<int> に に変換する // 使用法 //string collectionString = nameof(givenPointCollection); //givenPointCollection = SettingsUtility.PropertySetteingsString_To_ObservableCollection_Set(collectionString);

    internal static ObservableCollection<int> PropertySetteingsString_To_ObservableCollection_Get(string settingsGetValue)

// closintg 時使用 // 使用法 // ObservableCollection<int> を 空白デルミタの string に変換して、settings.settings に保存する //SettingsUtility.ObservableCollection_To_PropertySetteingsString_Set(givenPointCollection, nameof(givenPointCollection));

    public static string ObservableCollection_To_PropertySetteingsString_Get(ObservableCollection<int> collection)
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on wpfclassliblary_mtsttest:

Package Downloads
installtest_NET_Framework

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 138 12/16/2023
1.1.22 120 12/15/2023
1.1.21 102 12/15/2023
1.1.20 119 12/15/2023
1.1.19 123 11/28/2023
1.1.18 118 11/27/2023
1.1.17 109 11/27/2023
1.1.16 136 11/26/2023
1.1.15 114 11/23/2023
1.1.14 108 11/23/2023
1.1.13 103 11/11/2023
1.1.12 115 10/30/2023
1.1.11.1 134 9/13/2023
1.1.11 132 9/12/2023
1.1.10 161 8/28/2023
1.1.9 141 8/27/2023
1.1.8 153 8/27/2023
1.1.7 144 8/27/2023
1.1.6 146 8/27/2023
1.1.4 132 8/23/2023
1.1.3 124 8/23/2023
1.1.2 153 8/21/2023
1.1.1 157 8/21/2023
1.0.0 153 8/21/2023

2023.11.11
filehandling jsonhanling useage add