text
stringlengths
1
932k
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Fu...
using System; using System.Xml.Serialization; using System.ComponentModel.DataAnnotations; using BroadWorksConnector.Ocip.Validation; using System.Collections.Generic; namespace BroadWorksConnector.Ocip.Models { /// <summary> /// Modify system level settings for Service Pack Migration. /// The response is ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PlakDukkani.ViewModel.AlbumViewModels { public class SingleAlbumVM { public int ID { get; set; } public string Title { get;...
// Interact Use|Interactors|30050 namespace VRTK { using UnityEngine; /// <summary> /// Determines if the Interact Touch can initiate a use interaction with the touched Interactable Object. /// </summary> /// <remarks> /// **Required Components:** /// * `VRTK_InteractTouch` - The touch co...
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace CanaryRolloutApp.Pages { [ResponseCache(Duration = 0, Location = Respon...
using FluentValidation; using Microsoft.IdentityModel.Tokens; using TodoApi.modules.MessageModule.Endpoints.Internal; using TodoApi.modules.MessageModule.models; using TodoApi.modules.MessageModule.Services; using TodoApi.Services; namespace TodoApi.modules.MessageModule.Endpoints; public class MessageEndpoints : IEn...
using HappyStorage.Common.Ui.Units.ViewModels; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; namespace HappyStorage.Web.Pages.Unit { public class DeleteModel : PageModel { public DeleteModel(IUnitDecommissionViewModel viewModel) { ViewModel = viewModel;...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
using System; using System.Data; using System.Drawing; using System.Windows.Forms; using InternalsViewer.Internals.Pages; using InternalsViewer.Internals; using System.Collections.Generic; using InternalsViewer.Internals.TransactionLog; namespace InternalsViewer.UI { public class TransactionLogTabPage : TabPage ...
// <auto-generated> // Do not edit this file yourself! // // This code was generated by Xenko Shader Mixin Code Generator. // To generate it yourself, please install Xenko.VisualStudio.Package .vsix // and re-save the associated .xkfx. // </auto-generated> using System; using Xenko.Core; using Xenko.Rendering; using ...
@model safnetDirectory.FullMvc.Models.ManageUserViewModel @using (Html.BeginForm("Manage", "Account", FormMethod.Post, new { @class = "form-horizontal", role = "form" })) { <p class="text-info"> You do not have a local username/password for this site. Add a local account so you can log in without ...
using System; using System.Collections.Generic; using System.Text; using IPlugins; namespace Gray { public class PluginBinary : IFilter { public string GetPluginName() { return "二值化"; } public System.Drawing.Image GetPluginIcon() { return Properties.Resources....
// <copyright file="IxProviderNodeConfigComparer.cs" company="ClrCoder project"> // Copyright (c) ClrCoder project. All rights reserved. // Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. // </copyright> namespace ClrCoder.ComponentModel.IndirectX { using ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using BizHawk.Common.NumberExtensions; using BizHawk.Common.StringExtensions; using BizHawk.Emulation.Common; namespace BizHawk.Client.Common { /// <summary> /// This class holds a byte (8 bits) <see cref="Watch"/> /// ...
using Autofac; using Microsoft.AppCenter.Analytics; using PCLAppConfig; using Read_and_learn.AppResources; using Read_and_learn.Model.Message; using Read_and_learn.Page; using Read_and_learn.PlatformRelatedServices; using Read_and_learn.Service.Interface; using System; using System.Globalization; using System.Linq; us...
// ***************************************************************************** // BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE) // © Component Factory Pty Ltd, 2006-2019, All rights reserved. // The software and associated documentation supplied hereunder are the // propri...
using System; using System.Data.SqlClient; using System.Threading; using System.Threading.Tasks; using System.Transactions; using Microsoft.VisualStudio.TestTools.UnitTesting; using TableDependency.SqlClient.Base; using TableDependency.SqlClient.Base.EventArgs; namespace TableDependency.SqlClient.Test { [TestCl...
namespace Aspose.Email.Examples.CSharp.Email.Outlook { partial class WorkingWithMSGAttachments { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources bei...
namespace SharpBucket.V2.Pocos { public class Team : User { } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Common.LogicObject { public class AttachFileMultiLangParams { public Guid AttId; public string CultureName; public string AttSubject; public bool IsShowInLang; public string ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using osu.Game.Beatmaps; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Edit.Checks.Components; using osu.Game.Rulesets.Osu.Objec...
using EPiServer; using EPiServer.Commerce.Catalog.ContentTypes; using EPiServer.Commerce.Catalog.Linking; using EPiServer.Commerce.Marketing; using EPiServer.Commerce.Order; using EPiServer.Logging; using EPiServer.Security; using EPiServer.Web; using Foundation.Commerce.Catalog; using Foundation.Commerce.Customer.Serv...
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
using System.Collections.Generic; using System.Linq; using Famoser.FexCompiler.Services; using Famoser.FexCompiler.Test.Helpers; using Famoser.FexCompiler.Test.Service.Base; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Famoser.FexCompiler.Test.Service { [TestClass] public class TestFexLinesSe...
/* * ASCompletion panel * * Contributed by IAP: * - Quick search field allowing to highlight members in the tree (see: region Find declaration) */ using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Reflection; using System.Text; using System.Windows.Form...
using UnityEngine; using System.Collections; using System.Collections.Generic; using Pathfinding; #if UNITY_5_5_OR_NEWER using UnityEngine.Profiling; #endif #if NETFX_CORE using Thread = Pathfinding.WindowsStore.Thread; #else using Thread = System.Threading.Thread; #endif [ExecuteInEditMode] [AddComponentMenu("Pathfi...
using System; using System.Collections.Generic; using System.Linq; using KMorcinek.WolvesAndRabbits.Configuration; using KMorcinek.WolvesAndRabbits.Utils; using Moq; using Xunit; using Xunit.Should; namespace KMorcinek.WolvesAndRabbits.Tests { public class LettuceFieldTests { private readonly LettuceF...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.EntityFrameworkCore; using CursoMVC.Models; namespace CursoMVC.Controllers { public class ProdutosController : Controller {...
// Copyright 2018 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
using Volo.Abp.Modularity; namespace NineState.MacPanel; [DependsOn( typeof(MacPanelApplicationModule), typeof(MacPanelDomainTestModule) )] public class MacPanelApplicationTestModule : AbpModule { }
namespace AngleSharp.Dom { /// <summary> /// An enumeration with all contenteditable modes. /// </summary> enum ContentEditableMode : ushort { /// <summary> /// Not contenteditable. /// </summary> False, /// <summary> /// The element is contenteditabl...
using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Contab.EntityFrameworkCore; namespace Contab.Migrations { [DbContext(typeof(ContabDbContext))] [Migration("2...
using System; using System.Collections.Generic; namespace DurandalAuth.Domain.Models { public partial class resrsview { public string bl_id { get; set; } public string comments { get; set; } public decimal cost_rsres { get; set; } public Nullable<System.DateTime> date_cancelled ...
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Atn { /// <summary>This class represents profiling event information for a context sensitivit...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using NetcoreOnlineShop.Data.Enums; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Text; namespace NetcoreOnlineShop.Application.ViewModels.System { public class FunctionViewModel { public string Id { get; set; } [Required] [S...
using System.Collections.Generic; using Windows.Storage.Pickers; namespace MvvmDialogs.FrameworkPickers.FileOpen { /// <summary> /// Settings for <see cref="FileOpenPicker"/>. /// </summary> public class FileOpenPickerSettings { /// <summary> /// Gets or sets the label text of the ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AutoMapper; using Microsoft.EntityFrameworkCore; using MovieDB.Api.Helpers; using MovieDB.Api.Entities; using MovieDB.Shared.Models.Theaters; namespace MovieDB.Api.Services { public interface ITheaterService ...
using G2B_Product.App_Data; using G2B_Product.Models; using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Web; using System.Web.Mvc; namespace G2B_Product.Controllers { [Authorize] public class ProductController : Controller { #reg...
using System; using System.ComponentModel; using System.IO; using System.Net; using System.Net.Cache; using System.Threading; namespace AutoUpdaterDotNET { #pragma warning disable 1591 public interface FileDownloader { void Download(string fromUrl, string downloadPath, DownloadFinishHandler finishHand...
using System; namespace Modern.Vice.PdbMonitor.Core.Common { public class RelayCommand : ICommandEx { private readonly Func<bool>? canExecute; private readonly Action execute; public event EventHandler? CanExecuteChanged; public RelayCommand(Action execute) : this(execute, nu...
using UnityEngine; using System.Collections; public class MainCamScript : MonoBehaviour { }
using MySql.Data.MySqlClient; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Grit.Tree.Repository.MySql { public class BaseRepository { public BaseRepository(SqlOption option) { this.C...
// Copyright (c) 2020, Phoenix Contact GmbH & Co. KG // Licensed under the Apache License, Version 2.0 namespace Moryx.AbstractionLayer.Products { /// <summary> /// The state of an Article. This will not occupy more than 4 Bits. Other enums can be added by bit-shifting /// </summary> public enum Produc...
using Microsoft.AspNetCore.Components; using System; using System.Collections.Generic; using System.Text; namespace Leonardo.AspNetCore.Components.Material { public abstract class MaterialComponent : ComponentBase { [Parameter] public string Id { get; set; } [Parameter(CaptureUnmatchedValues ...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die einer Assembly zugeordnet sind. [assembly: Assem...
using System; using System.Collections.Generic; using System.Linq; using System.Globalization; using System.Maui.CustomAttributes; using System.Maui.Internals; #if UITEST using System.Maui.Core.UITests; using NUnit.Framework; #endif namespace System.Maui.Controls.Issues { #if UITEST [Category(UITestCategories.Editor)...
using System.Collections.Generic; using System.IO; using System.Linq; namespace Pashua { /// <summary> /// A savebrowser can be used for setting a path and name for a new file. /// </summary> /// <remarks> /// It consists of a textfield, a button and (optionally) a label. The textfield holds the ac...
//------------------------------------------------------------------------------ // <自动生成> // 此代码由工具生成。 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </自动生成> //------------------------------------------------------------------------------ namespace WxPayAPI { public partial class Ord...
/* * Copyright (C) Alibaba Cloud Computing * All rights reserved. * */ using System; using System.IO; using System.Text; using Aliyun.OSS.Common; using Aliyun.OSS.Util; namespace Aliyun.OSS.Samples { /// <summary> /// Sample for setting bucket acl. /// </summary> public static class ImageProcess...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Co...
// DigitalRune Engine - Copyright (C) DigitalRune GmbH // This file is subject to the terms and conditions defined in // file 'LICENSE.TXT', which is part of this source code package. using System; using Microsoft.Xna.Framework.Graphics; namespace DigitalRune.Graphics.Effects { /// <summary> /// Provides the de...
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: iText Software. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation with the addition of the...
// Copyright (c) Daniel Crenna & Contributors. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace ActiveStreams { /// <summary> /// The frequency interval between occurrences in a <see cref="DatePeriod" />. /// </summary...
using System; using System.Collections.Generic; using System.Data; using System.Data.Odbc; using System.Linq; using System.Reflection; namespace Project_Orn { public static class MySqlMapping { #region Old Code /* public static void createSqlTable() { OdbcConnectio...
/* * WebAPI - Area Management * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: management * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.T...
using Microsoft.Silverlight.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting; using OpenRiaServices.Silverlight.Testing; namespace OpenRiaServices.Client.ApplicationServices.Test { /// <summary> /// Tests <see cref="LoginParameters"/> members. /// </summary> [TestClass] public class Log...
using System.Collections.Generic; namespace KP.Cookbook.Domain.Models { public class Step : Entity { public int Order { get; set; } public string Description { get; set; } public string ImageBase64 { get; set; } public List<IngredientDetails> IngredientDetails { get; set; } = n...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Mu...
// ******************************************************************************* // <copyright file="IEntityFilter.cs" company="Intuit"> // Copyright (c) 2019 Intuit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may ob...
using OmniSharp.ConfigurationManager; using System.Composition; namespace OmniSharp.Roslyn.Services { public interface IBuildProvider { OmniSharpConfiguration config { get; set; } } }
using System; using System.Collections.Generic; using System.Text; namespace Application.DTOs.Account { public class RefreshToken { public int Id { get; set; } public string Token { get; set; } public DateTime Expires { get; set; } public bool IsExpired => DateTime.UtcNow >= Ex...
using System; using FluentValidation.Resources; using FluentValidation.Validators; namespace FifthAve.Utils.Validators { public class PhoneNumberValidator : PropertyValidator, IRegularExpressionValidator, IPropertyValidator { public PhoneNumberValidator() : base((IStringSource)new Language...
/* Copyright 2015 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ namespace Org.Brotli.Dec { internal sealed class State { internal int runningState = Org.Brotli.Dec.RunningState.Uninitialized; internal int nextRunning...
/* * Prime Developer Trial * * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Generated by: https://github.com/openapitools/openapi-generator.git */ using System; using System.Collections; using System.Col...
using CirnoLib.MPQ.Struct; namespace CirnoLib.MPQ { public static class Constant { /// <summary> /// 워크래프트 3 맵임을 알리는 고유값입니다. /// </summary> public const uint W3M_HEADER_SIGNATURE = 0x57334D48; // "HM3W" /// <summary> /// <see cref="MPQHeader"/>의 고유값 입니다. ...
/* * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using Sy...
using System.Collections.Generic; using UnityEditor.Graphing; using UnityEditor.ShaderGraph; using UnityEngine.Experimental.Rendering; using UnityEngine.Experimental.Rendering.HDPipeline; namespace UnityEditor.Experimental.Rendering.HDPipeline { public class HDLitSubShader : IHDLitSubShader { Pass m_Pa...
using UnityEditor; using System.Reflection; using System; namespace NaughtyAttributes.Editor { public class ValidateInputPropertyValidator : PropertyValidatorBase { public override void ValidateProperty(SerializedProperty property) { ValidateInputAttribute validateInputAttribute = PropertyUtility.GetAttribute...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using coderush.Models; namespace coderush.Data { public class ApplicationDbContext : I...
namespace NetXP.NetStandard.Network.Email { public interface IMailSender { void Server(MailServer mailServer); void Send(MailMessage message); } }
@model WebEditor.Models.ScriptDictionary @if (Model.Value != null && Html.ViewData.ModelState.ContainsKey(Model.Value.Id) && Html.ViewData.ModelState[Model.Value.Id].Errors.Count > 0) { <div class="elementEditorError"> @Html.ValidationMessage(Model.Value.Id) <button type="button" class="error-clea...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace WinProj_Class { class Student2 { private int _number; private string _stname; private string _stmajor; //實際用set get 存取器 更快 public int No { set ...
namespace Thunderdome { partial class AskDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <pa...
using Domain.Specs.ValueObjects; namespace UnitTests.Cadastro.Fakers { public class VotoFaker { public static Voto GetVotoCerto() { return new Voto("1","testeUsuario",3); } public static Voto GetVotoErrado() { return new Voto("1","testeUsuario",7...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.ML.Runtime; using Microsoft.ML.Runtime.EntryPoints; using Microsoft.ML.Transforms; using Microsoft.M...
// Copyright (c) 2017 Jan Pluskal, Martin Mares, Martin Kmet // //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by appli...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Tes...
using UnityEngine; namespace Lean.Touch { /// <summary>This component will enable/disable the target pinch and twist components based on total pinch and twist gestures, like mobile map applications.</summary> [HelpURL(LeanTouch.PlusHelpUrlPrefix + "LeanGestureToggle")] [AddComponentMenu(LeanTouch.ComponentPathPrefi...
// // ComboBoxTest.cs: Test cases for ComboBox. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, mer...
// Copyright (c) Allan Nielsen. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using OurPresence.Modeller.Interfaces; using Microsoft.Extensions.Logging; using System; using System.IO; namespace OurPresence.Modeller.Generator.Outputs { public clas...
using System; using System.Collections.Generic; namespace Lumpn.Utils { public static class EnumerableExtensions { public static int MinOrFallback(this IEnumerable<int> values, int fallbackValue) { bool hasMin = false; int min = int.MaxValue; foreach (var va...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Reflection; namespace MicroPack.Domain { public abstract class BaseAggregateRoot<TA, TKey> : BaseEntity<TKey>, IAggregateRoot<TKey> where TA : class, IAggregateRoot<TKey> { priva...
using BlockEntities.Implementations; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pandaros.Settlers.ColonyManagement { [ModLoader.ModManager] public class Permission { static localization.LocalizationHelper _Localizat...
using System; using System.Collections; using System.Collections.Specialized; public class DerivedCollection : NameObjectCollectionBase { // Creates an empty collection. public DerivedCollection() { } // Adds elements from an IDictionary into the new collection. public DerivedCollection( IDictionary ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using WSP.Utils; namespace WSP.Service.SampleProcess { public sealed class ReportProcess { public static ReportProcess Instance { get; } private static PDFRepo...
using System; using System.Threading.Tasks; using Octopus.Cli.Util; using Octopus.CommandLine; using Octopus.CommandLine.Commands; namespace Octopus.Cli.Commands { [Command("version", "v", "ver", Description = "Outputs Octopus CLI version.")] public class VersionCommand : CommandBase { public Versi...
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Linq; using System.Diagnostics; using System.Windows; using System.Windows.Controls.Primitives; usi...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace com.meiguofandian.ProjectHorizon.WeaponNInventory { [CreateAssetMenu(fileName = "New Resource Instance", menuName = "ProjectHorizon/Resource/ResourceInstance")] public class MaterialInstance : InventoryItem { public Productio...
using System; namespace Task5 { class Program { static void Main() { /* Создать программу, которая подсчитывает сколько раз употребляется слово в тексте(без учета регистра).Текст и слово вводится вручную. */ Console.Write...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/d2d1effects.h in the Windows SDK for Windows 10.0.19041.0 // Original source is Copyright © Microsoft. All rights reserved. namespace TerraFX.Interop { ...
#region License and copyright notice /* * ASP.NET Identity provider for Telerik Data Access * * Copyright (c) Fredrik Schultz and Contributors * * This source is subject to the Microsoft Public License. * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL. * All other rights reserved. * * THIS CO...
using MerchantApp.Shared; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MerchantApp.Roman.Expressions { public class CommodityConversionExpression : IExpression { private AliasMapper aliasMap; ...
/**************************************************************************** Copyright (c) 2013-2015 scutgame.com http://www.scutgame.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without...
using System; using System.IO; using System.Net.Security; using System.Net.Sockets; using Halibut.Diagnostics; using Halibut.Transport.Protocol; namespace Halibut.Transport { public class SecureConnection : IConnection { readonly IDisposable client; readonly Stream stream; readonly Mess...
/**************************************************************************** *Copyright (c) 2018 yswenli All Rights Reserved. *CLR版本: 2.1.4 *机器名称:WENLI-PC *公司名称:wenli *命名空间:SAEA.Commom *文件名: Class1 *版本号: v5.0.0.1 *唯一标识:ef84e44b-6fa2-432e-90a2-003ebd059303 *当前的用户域:WENLI-PC *创建人: yswenli *电子邮箱:wenguoli_520@qq.com *创建时间...
#if !NETSTANDARD13 /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or ...
using Models.DB; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using System.Collections.Generic; using System.Threading.Tasks; namespace API.Controllers { [Route("api/[controller]")] //[Authorize] [ApiController] public class TvalueTablesController : Controller {...
#region Copyright (c) 2003-2007, Luke T. Maxon /******************************************************************************************************************** ' ' Copyright (c) 2003-2007, Luke T. Maxon ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, ar...