text
stringlengths
1
932k
using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// <summary> /// AlipayCommerceOperationIsvServiceSubmitResponse. /// </summary> public class AlipayCommerceOperationIsvServiceSubmitResponse : AopResponse { /// <summary> /// id (后续消息标识对应服务) /// </s...
namespace DFC.ServiceTaxonomy.Cypher.Models.ResultModels { public class SimpleCypherModel : IQueryResultModel { public string? Filter => Occupation; public string? Title { get; set; } public string? LastModified { get; set; } public string? Occupation { get; set; } } }
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Medi...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using SendCloudSDK.Config; using SendCloudSDK.Models; using SendCloudSDK.Utils; using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net.Http; using System.Threading.Tasks; namespace SendCloudSDK.C...
using System; using System.Xml.Serialization; using System.ComponentModel.DataAnnotations; using BroadWorksConnector.Ocip.Validation; using System.Collections.Generic; namespace BroadWorksConnector.Ocip.Models { /// <summary> /// Response to SystemThirdPartyVoiceMailSupportGetRequest17sp4. /// <see cref="S...
using Wetr.Domain; namespace Wetr.Dal.Interface { public interface IUnitDao : IDaoBase<Unit> { } }
using System; using System.Collections.Generic; using UnityEngine; using System.Linq; using System.Text; using System.Xml; using System.Xml.Linq; namespace Tiled4Unity { public partial class TmxObjectGroup { public static TmxObjectGroup FromXml(XElement xml, TmxMap tmxMap) { Debug....
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("IO...
using Newtonsoft.Json; using System; namespace AndreasReitberger.Models { public partial class KlipperUpdateManagerKlipperClass { #region Properties [JsonProperty("type")] public string Type { get; set; } [JsonProperty("venv_args")] public string VenvArgs { get; set; }...
using YAF.Lucene.Net.Index; using System; namespace YAF.Lucene.Net.Documents { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. *...
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; namespace RemGame { public sealed class PausedState : BaseGameState, IPausedState { private Texture2D texture; private Vector2 scale; public PausedState...
// Copyright 2017 Tom Deseyn <tom.deseyn@gmail.com> // This software is made available under the MIT License // See COPYING for details using System; namespace Antd.DBus { /// <summary> /// Event data for the Connection StateChanged event. /// </summary> public struct ConnectionStateChangedEventArgs {...
// ---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // ---------------------------------------------------------------------------- using Microsoft.WindowsAzure.MobileServices.TestFramework; using System; using System.Collections...
using System; using System.Linq; using Saleslogix.SData.Client; namespace SlxFileBrowser.FileSystem { public class SDataDirectoryInfo : IDirectoryInfo { private readonly ISDataClient _client; private readonly bool _formMode; private readonly IDriveInfo _drive; private IDirector...
/* * 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 in the "license" fi...
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Disposables; using GitHub.Models; using GitHub.Primitives; using GitHub.Services; using GitHub.UI; using GitHub.ViewModels; using NullGuard; using System.Diagnostics; namespace GitHub.Controllers { [NullGuard(ValidationFlags....
using Microsoft.EntityFrameworkCore.Migrations; namespace CloudCalendar.Data.Migrations { public partial class HomeworkEnabled : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn<bool>( name: "HomeworkEnabled", ...
public enum HexEdgeType { // 平面 斜面 陡坡 Flat, Slope, Cliff }
using System.Windows.Media; using System.Windows.Shapes; using FarseerGames.FarseerPhysics; using FarseerGames.FarseerPhysics.Collisions; using FarseerGames.FarseerPhysics.Dynamics; using FarseerGames.FarseerPhysics.Factories; using FarseerGames.FarseerPhysics.Mathematics; namespace Classy.Physics { public class A...
//------------------------------------------------------------------------------ // <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> //--...
// ----------------------------------------------------------------------- // // (c) Copyright 1997-2015, SensoMotoric Instruments GmbH // // Permission is hereby granted, free of charge, to any person or // organization obtaining a copy of the software and accompanying // documentation covered by ...
using Scruffy.Data.Entity.Queryable.Base; using Scruffy.Data.Entity.Tables.Raid; namespace Scruffy.Data.Entity.Queryable.Raid; /// <summary> /// Queryable for accessing the <see cref="RaidUserRoleEntity"/> /// </summary> public class RaidUserRoleQueryable : QueryableBase<RaidUserRoleEntity> { #region Constructor...
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ using System.Reflection; us...
using System.Reflection; 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("Labeling")] [assembly: AssemblyDescriptio...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. namespace Microsoft.PowerFx.Core.Texl.Intellisense { // Keep in sync with src/AppMagic/js/AppMagic.WebAuthoring/Constants/Texl.ts internal enum TokenType { // default(TokenType) will resolve to Unknown. Unknown, ...
using System.Collections.Generic; using System.Text.Json.Serialization; namespace SageOneApi.Client.Models { public abstract class QuickEntry : ControlTransaction { [JsonPropertyName("quick_entry_type")] public PropertyValueWithPath QuickEntryType { get; set; } [JsonPropertyName("ledger_account")] public Le...
// <auto-generated /> using System; using Aris.Moe.OverlayTranslate.Server.DataAccess.Sqlite; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace Aris.Moe.Overlay...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System.Collections.Generic; using osu.Framework.Configuration; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps; usi...
// 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.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions...
using System; using System.Globalization; namespace Course { public class ContaBancaria { public int Conta { get; private set; } public string Titular { get; private set; } public double Saldo { get; private set; } public double Taxa { get; private set; } = 5.0; public...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/strmif.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; using System...
using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Query; using Microsoft.Xrm.Sdk.Workflow; using System; using System.Activities; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WastePermits.DataAccess; using WastePermits.Model.EarlyBound; using WastePermits.M...
using System.Collections.Generic; using System.Configuration; namespace Mandelbrot { [SettingsSerializeAs(SettingsSerializeAs.String)] public class SavedScopes : List<(string name, double minr, double mini, double maxr, double maxi)> { } }
namespace IPSI.Data.Common { using System; public interface IDbQueryRunner : IDisposable { void RunQuery(string query, params object[] parameters); } }
namespace GitVersionTask { using System; using System.IO; using GitVersion; using GitVersion.Helpers; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Logger = GitVersion.Logger; public class UpdateAssemblyInfo : Task { public string AssemblyVersionin...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using JetBrains.Annotations; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Sqlite.Internal; using Mi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ploeh.Samples.BookingApi { public static class ReservationsProgram { // Functor public static IReservationsProgram<TResult> Select<T, TResult>( this IReserv...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Crestron.SimplSharp; using Crestron.SimplSharpPro.DeviceSupport; using Crestron.SimplSharpPro.GeneralIO; using PepperDash.Core; using PepperDash.Essentials.Core; using PepperDash.Essentials.Core.Config; using PepperDash.Essent...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Khooversoft.Toolbox { /// <summary> /// Page request based on index /// </summary> public class PageRequest { public PageRequest(int limit, string index = null) ...
namespace MessageQueue.Domain.OutputModels { public record ActiveQueueOutputModel { public Guid Id { get; set; } public string Name { get; set; } = string.Empty; public DateTime DateCreatedUtc { get; set; } } }
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/immdev.h in the Windows SDK for Windows 10.0.22000.0 // Original source is Copyright © Microsoft. All rights reserved. namespace TerraFX.Interop.Windows; ...
using Avespoir.Core.Abstructs; using Avespoir.Core.Attributes; using Avespoir.Core.Database; using Avespoir.Core.Database.Schemas; using Avespoir.Core.Extends; using Avespoir.Core.Language; using Avespoir.Core.Modules.Logger; using Avespoir.Core.Modules.Utils; using System; using System.Collections.Generic; using Syst...
using System; using System.ComponentModel.DataAnnotations; namespace BackupManager.Model { public class MYSQLBackup { [Key] public string Id { get; set; } [Required] [StringLength(100)] public string ServerName { get; set; } [Required] [StringLength(10...
using System.Web.Http; using DocuSign.Web; using WebActivatorEx; [assembly: PreApplicationStartMethod(typeof(SwaggerConfig), "Register")] namespace DocuSign.Web { public class SwaggerConfig { public static void Register() { Swashbuckle.Bootstrapper.Init(GlobalConfiguration.Configur...
// (c) Copyright HutongGames, LLC 2010-2013. All rights reserved. using UnityEngine; namespace HutongGames.PlayMaker.Actions { [ActionCategory(ActionCategory.Physics)] [Tooltip("Rigid bodies start sleeping when they come to rest. This action wakes up all rigid bodies in the scene. E.g., if you Set Gravity and want ...
#region Licence /* The MIT License (MIT) Copyright © 2015 Ian Cooper <ian_hammond_cooper@yahoo.co.uk> 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 limita...
using System; using RuntimeUnitTestToolkit; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Linq; using ZeroFormatter.Segments; namespace ZeroFormatter.Tests { [TestClass] public class LookupSegmentTest { [TestMethod] public void LookupSegment() { ...
using System.Web; using System.Text; using System.IO; using System.Net; using System; using System.Collections.Generic; namespace Com.Alipay { /// <summary> /// 类名:Config /// 功能:基础配置类 /// 详细:设置帐户有关信息及返回路径 /// 版本:3.3 /// 日期:2012-07-05 /// 说明: /// 以下代码只是为了方便商户测试而提供的样例代码,商户可以根据自己网站的需要,按照技...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Uno.Extensions; using Uno.Logging; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI; us...
using Amazon; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using AWSSDK_DotNet.IntegrationTests.Tests; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; namespace AWSSDK_DotNet.IntegrationTests.Util...
using System; using System.ComponentModel; using System.Threading; using OpenTelemetry.ClrProfiler.CallTarget; using OpenTelemetry.ClrProfiler.Managed.Util; namespace OpenTelemetry.ClrProfiler.Managed.Instrumentations.MongoDb { /// <summary> /// MongoDB.Driver.Core.WireProtocol.IWireProtocol&lt;TResult&gt; ins...
// 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 ICSharpCode.XmlEditor; using NUnit.Framework; namespace XmlEditor.Tests.Paths { [TestFixture] public cl...
using MCS.Core; using MCS.Entities; using MCS.IServices; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Kogel.Dapper.Extension.MsSql; namespace MCS.Service { public class PrivilegesService : ServiceBase, IPrivilegesService { //...
using UnityEngine; using System.Collections; using UnityEngine.UI; using UnityEngine.SceneManagement; public class MainMenuManager : MonoBehaviour { public Button localMultiplayer; void Start() { Button localMult = localMultiplayer.GetComponent<Button> (); localMult.onClick.AddListener (LocalMultiplayer); } ...
using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEngine; using RosSharp; namespace RosSharp.Urdf.Editor { public static class UrdfRobotExtensions { static string tagName = "robot"; static string collisionObjectName = "Collisions"; publ...
using System.Reactive; using TAO3.Clipboard; namespace TAO3.IO; internal class ClipboardIO : ITextSource, IDestination<Unit> { private readonly IClipboardService _clipboard; public string Name => "clipboard"; public IReadOnlyList<string> Aliases => new[] { "cb" }; public ClipboardIO(IClipboardServi...
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("06....
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using System.Threading.Tasks; using Microsoft.AspNetCore.Http; namespace Daybreaksoft.AspNetCore.JWT.Authorization { public interface IIdentityVerification { /// <summary> /// Attempting to get identity via passed values in HttpContext. /// </summary> /// <param name="context">...
using System; using System.Collections.Generic; using System.IO; namespace NHM.Common { public static class Paths { public static string Root { get; private set; } = ""; public static string AppRoot { get; private set; } = ""; public static void SetRoot(string rootPath) { ...
// Copyright (c) Lykke Corp. // Licensed under the MIT License. See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using Newtonsoft.Json; namespace Lykke.RabbitMqBroker.Tests.Utils { ...
#region Copyright /* -------------------------------------------------------------------------------- This source file is part of Xenocide by Project Xenocide Team For the latest info on Xenocide, see http://www.projectxenocide.com/ This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAl...
@model WebThoiTrang.Models.Bill @model WebThoiTrang.Models.BillDetail @{ ViewBag.Title = "Details"; } <h2>Details</h2> <div> <h4>BillDetail</h4> <hr /> <dl class="dl-horizontal"> <dt> @Html.DisplayNameFor(model => model.GIA) </dt> <dt> @Html.DisplayFor...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.ExceptionServices; namespace MagisIT.ReactiveActions.Reactivity { public class ModelFilter { private static readonly Dictionary<Type, Func<Expression, Expressi...
using System; using System.Collections.Generic; using System.Net.Http.Headers; using KeyPayV2.Nz.Models.Common; using KeyPayV2.Nz.Enums; namespace KeyPayV2.Nz.Models.Common { public class NzTimeAndAttendanceShiftModel { public int Id { get; set; } public DateTime StartTimeLocal { get; set; } ...
// Copyright Information // ============================= // PatternsExamples - Moose.cs // All samples copyright Philip Japikse // http://www.skimedic.com 19/06/2017 // See License.txt for more information // ============================= namespace PatternsExamples.B_Structural.A_Adapter { public class Moose : I...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
using KilyCore.EntityFrameWork.Model.Base; using System; using System.Collections.Generic; using System.Text; #region << 版 本 注 释 >> /*---------------------------------------------------------------- * 类 名 称 :FunctionVeinTagAttach * 类 描 述 : * 命名空间 :KilyCore.EntityFrameWork.Model.Function * 机器名称 :DESKTOP-QPIVQ28 * CLR...
using System; using System.Collections.Generic; namespace Songbook.Text { public abstract class AbstractBufferedInputStream<T> : IInputStream<T> { private readonly int _blockSize; private readonly List<T> _buffer; private readonly Stack<int> _marks; private int _bufferPosition;...
using System; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; namespace CoAPnet.Transport { public sealed class TcpCoapTransportLayer : ICoapTransportLayer { TcpClient _tcpClient; NetworkStream _networkStream; public async Task ConnectAsync(CoapTranspor...
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework.Interfaces; using UnityEngine.TestTools; using UnityEngine.TestTools.NUnitExtensions; namespace UnityEditor.TestTools.TestRunner { internal class TestListProvider : ITestListProvider { private readonly EditorLoaded...
@model List<Capa.Conexion.Models.Grafico> @{ var XLabels = Newtonsoft.Json.JsonConvert.SerializeObject(Model.Select(x => x.Anno).ToList()); var YValues = Newtonsoft.Json.JsonConvert.SerializeObject(Model.Select(x => x.Valor).ToList()); ViewData["Title"] = "Grafico"; } <!-- Content Wrapper. Contains page c...
//Released under the MIT License. // //Copyright (c) 2018 Ntreev Soft co., Ltd. // //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 //rig...
namespace CustomSoft.Projector { using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; /// <summary> /// The representation of the Ext JS json-encoded filter objects /// </summary> public class InputFilter { /// <summary> /// For legacy Ext JS code which s...
using adcoso.iot.devicedrivers.neuron.driver.board; using System.Collections.Generic; namespace adcoso.iot.devicedrivers.neuron.driver.onewire.interfaces { /// <summary> /// Occures if a new device is found on the one wire bus /// </summary> /// <param name="device">The device.<see cref="IOneWireDevi...
/* * Copyright 2018 JDCLOUD.COM * * 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 applicable law or agreed to in...
// ---------------------------------------------------------------------- // <copyright file="ObservableTest.cs" company="SoloX Software"> // Copyright (c) SoloX Software. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> // -----...
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <title>Job Board</title> <link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'> </head> <body> <div class="container"> <form action="/jobs" method="post"> ...
using System; using System.IO; using System.Linq; using System.Runtime.InteropServices; using EnvDTE; using Microsoft.VisualStudio.Shell; public class ConfigureMenuCallback { ContentsFinder contentsFinder; CurrentProjectFinder currentProjectFinder; ExceptionDialog exceptionDialog; public ConfigureMenu...
@using forumE333.Areas.HelpPage @model InvalidSample @if (HttpContext.Current.IsDebuggingEnabled) { <div class="warning-message-container"> <p>@Model.ErrorMessage</p> </div> } else { <p>Sample not available.</p> }
//------------------------------------------------------------------------------ // <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> //--...
// 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 System; using System.Runtime.InteropServices; using Microsoft.CodeAnalysis.Editor; using Microsoft.VisualStud...
using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace NetFabric.Hyperlinq { public static partial class AsyncValueEnumerableExtensions { [GeneratorIgnore] public static async ValueTask<TSum> SumAsync<TEnumerable, TEnumerator, TSource, TSum>(this TEnum...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WineCraft { class Program { static void Main(string[] args) { var grapeList = Console.ReadLine().Split().Select(int.Parse).ToList(); var n = int...
/* * CP852.cs - Central European (DOS) code page. * * Copyright (c) 2002 Southern Storm Software, Pty Ltd * * 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, includ...
using System.Collections.Generic; using System.Linq; using Dongle.System; using Meganium.Api.Entities; using Meganium.Api.Repositories; namespace Meganium.Api.Managers { public class CategoryManager { private readonly IRepositories _uow; public CategoryManager(IRepositories uow) { ...
using Vk.Api.Schema.Serialization.Http; namespace Vk.Api.Schema.Parameters.Docs { public class DocsGetTypesParameters : IDocsGetTypesParameters { [HttpProperty("owner_id")] public int OwnerId { get; } } }
using Bridge.Test.NUnit; namespace Bridge.ClientTest.CSharp6 { [Category(Constants.MODULE_BASIC_CSHARP)] [TestFixture(TestNameFormat = "Expression-bodied function members - {0}")] public class TestExpressionBodyFunction { [Test] public static void TestBasic() { var p...
using System; using System.Collections.Generic; using System.IO; using Terraria; using Terraria.DataStructures; using Terraria.ID; using Terraria.ModLoader; using Terraria.ModLoader.IO; using Terraria.Localization; namespace MagicStorage.Items { public class PortableAccess : Locator { public override void SetStat...
////////////////////////////////////////////////////////////////////////////////////// // The MIT License(MIT) // Copyright(c) 2018 lycoder // 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 Softwar...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.IntegrationTest.Utilities; using Roslyn.Test.Utilities; using Xunit; namespace Roslyn.VisualStudi...
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("Con...
namespace ExactOnline.Client.Models.HRM { using System; [SupportedActionsSDK(false, true, false, false)] [DataServiceKey("ID")] public class DivisionClassValue { /// <summary>First classification</summary> public DivisionClass Class_01 { get; set; } /// <summary>First classi...
using System; using System.Collections; using System.Text; using System.Xml; using Microsoft.SPOT; using Ws.Services.Faults; using System.Ext; using Ws.Services.Xml; namespace Ws.Services.WsaAddressing { /// <summary> /// Class used to store and access Ws-Addressing endpoint references. /// </summary> ...
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
//------------------------------------------------------------------------------ // <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.ComponentModel; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using CalculatedProperties.Internal; namespace CalculatedProperties { /// <sum...
/* Copyright (c) 2019 Rick (rick 'at' gibbed 'dot' us) * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purpose, ...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace RssFeedAsync { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App : Application { ...
namespace Roton.Emulation.Core { public interface IConfigFileService { IConfigFile Load(); void Save(IConfigFile configFile); } }