text
stringlengths
1
932k
using System.Collections.Generic; namespace Esquire.Models { /// <summary> /// ReturnDto for child questions of a SchemeQuestion object /// This is not used by the UI /// </summary> public class SchemeQuestionWithChildQuestionsDto : SchemeQuestionReturnDto { /// <summary> /// C...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using Azure.Core; using Azure.Core.Pipeline.Policies; 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("Vm...
using System; using System.Collections.Generic; using System.Linq; using mystocks.data; using mystocks.provider; namespace mystocks { public class Interactors { private readonly FavoritenProvider _favoritenProvider = new FavoritenProvider(); private readonly KursProvider _kursProvider = new Kur...
using System; using System.Collections.Generic; using System.Text; namespace DotNetForce { public class SfIntField<T> : SfFieldBase<T> where T: SfObjectBase { public SfIntField(string path) : base(path) { } } }
using System; using SD = System.Drawing; using SWF = System.Windows.Forms; using Eto.Drawing; using Eto.Forms; using Eto.Platform.Windows.Drawing; namespace Eto.Platform.Windows { public class DrawableHandler : WindowsControl<DrawableHandler.DrawableInternal, Drawable>, IDrawable { public class DrawableInternal :...
using System; namespace TypeData { class Program { static void Main(string[] args) { var age = 25; int score = 100; Type ageType = age.GetType(); Console.WriteLine($"age is {ageType}"); //age is System.Int32 Console.WriteLine($"score is {score.GetType()}"); //score is System....
using System; using System.Collections.Generic; using System.ComponentModel; using System.Net.Http.Headers; namespace AspNet.WebApi.Areas.HelpPage { /// <summary> /// This is used to identify the place where the sample should be applied. /// </summary> public class HelpPageSampleKey { /// <...
using Newtonsoft.Json; namespace SkubanaAccess.Models.Response { public class GetAccessTokenResponse { [ JsonProperty( "access_token" ) ] public string AccessToken { get; set; } [ JsonProperty( "token_type" ) ] public string TokenType { get; set; } [ JsonProperty( "scope" ) ] public string Scope { get; ...
using System; using System.Windows.Forms; using NUnit.Framework; using SemeionModulesDesigner.UI; using SemeionModulesDesigner.XmlSchemaParser.XsdModel; namespace SemeionModulesDesigner.Tests.UI { [TestFixture, Category("UnitTest"), Timeout(500)] public class ControlFactoryTest { [Test] pu...
using System; using System.Collections.Generic; namespace Tutorial_Interface.Lesson1 { public interface ICustomer { IEnumerable<IOrder> PreviousOrders { get; } DateTime DateJoined { get; } DateTime? LastOrder { get; } string Name { get; } IDictionary<DateTime, string> ...
using Halcyon.HAL; using Halcyon.Web.HAL; using Microsoft.AspNetCore.Mvc; namespace HAL.Prototype.Api.Controllers { public class BarController : Controller { [HttpGet("bar/{id:int}")] public IActionResult GetById(int id) { var barModel = new { id = id, ...
using Microsoft.Data.SqlClient; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespac...
using System; using ClearHl7.V290.Segments; using ClearHl7.V290.Types; using FluentAssertions; using Xunit; namespace ClearHl7.Tests.SegmentsTests { public class AffSegmentTests { /// <summary> /// Validates that FromDelimitedString() returns the object instance with all properties correctly i...
using System; using System.IO; using Autofac; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Diagnostics.HealthChecks; using Microsoft.Extensions.Hosting; using Microsoft.Open...
using System; using Amazon.CDK.AWS.EC2; using Constructs; using Devon4Net.Infrastructure.AWS.CDK.Resources.Handlers.VPC; namespace Devon4Net.Infrastructure.AWS.CDK.Resources.Handlers.SecurityGroupHandler { public class AwsSecurityGroupHandler : AwsCdkBaseHandler, IAwsSecurityGroupHandler { private Aws...
using System; using System.Linq; using Xunit; using Shouldly; using Marten.Services; using Marten.Pagination; namespace Marten.Testing.Pagination { public class PaginationTestDocument { public string Id { get; set; } } public class pagedlist_queryable_extension_Tests : DocumentSessionFixture...
//------------------------------------------------------------------------------ // <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> //--...
/* Copyright (C) 2019 Alex Watt (alexwatt@hotmail.com) This file is part of Highlander Project https://github.com/alexanderwatt/Hghlander.Net Highlander is free software: you can redistribute it and/or modify it under the terms of the Highlander license. You should have received a copy of the license along wit...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _3_PersonSalary { class Person { // Име private string firstName; public string FirstName { get { return firstName; } set { fir...
using System; using NetOffice; namespace NetOffice.ExcelApi.Enums { /// <summary> /// SupportByVersion Excel 9, 10, 11, 12, 14, 15 /// </summary> ///<remarks> MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/office/ff198191.aspx </remarks> [SupportByVersionAttribute("Excel", 9,10,11,12,...
/* Copyright (c) Citrix Systems Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice, this li...
// Access failure exception class. // Copyright (C) 2009-2010 Lex Li // // 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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SokeePdfLib { internal class pdfOutlines : IWritable { private int _objectIDOutlines; private int _childIDFirst = 0; private int _childIDLast = 0; priva...
// 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.Collections.Generic; using System.Linq; namespace Infrastructure.Common { // Condi...
using System; using System.Collections.Generic; using System.Text; using System.Threading; //using TracerX.Forms; namespace TracerX { internal static class TraceLevelObjects { static TraceLevelObjects() { // We pre-populate this so all the levels appear in the Filter and Color dial...
using System; using System.Reactive; using System.Reactive.Subjects; namespace Asv.Gnss { public interface IGnssParser:IDisposable { string ProtocolId { get; } bool Read(byte data); void Reset(); IObservable<GnssParserException> OnError { get; } IObservable<GnssMessageB...
namespace System.Extensions { public static class Optional { public static Optional<T> None<T>() { return new Optional<T>.None(); } public static Optional<T> FromValue<T>(T value) { if (value == null) { return new Opti...
using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore; namespace E_Store { public class Program { public static void Main(string[] args) { BuildWebHost(args).Run(); } public static IWebHost BuildWebHost(string[] args) => WebHost.CreateDefaultBuil...
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Collections.Specialized; using System.ComponentModel; using CairoDesktop.Application.Interfaces; using CairoDesktop.Application.Structs; using CairoDesktop.Configuration; using ManagedShell.Common.Helpers; using...
using System.Collections.Generic; namespace DancingGoat.Models { public class BrewerFilterViewModel { public bool Aerobie { get; set; } public bool Chemex { get; set; } public bool Espro { get; set; } public bool Hario { get; set; } public IEnumerable<string> GetManufa...
using AutoMapper; using SNT.Models; using SNT.ServiceModels; using SNT.Services.Mapping; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace SNT.ViewModels.Home { public class ShoppingBagHomeViewModel : IMapFrom<ShoppingBagServiceModel> { public S...
/* * 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...
namespace pdq.common.Logging { public enum LogLevel { Debug = 0, Warning = 1, Information = 2, Error = 3 } }
namespace ApiTemplate.Commands { using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using ApiTemplate.Constants; using ApiTemplate.Repositories; using ApiTemplate.ViewModels; using Boxed.AspNetCore; using Boxed.Mapping; using Mic...
namespace Mapbox.Unity.Map { using System; using UnityEngine; [Serializable] public class RangeAroundTransformTileProviderOptions : ExtentOptions { public Transform targetTransform; public int visibleBuffer; public int disposeBuffer; public override void SetOptions(ExtentOptions extentOptions) { Ran...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Diagnostics.Tracing; namespace Microsoft.Azure.WebJobs.Extensions.DurableTask { /// <summary> /// ETW Event Provider for the WebJobs.Extensions.Durab...
using System; using xunit.ClassTheory; using Xunit; [assembly: UseClassTheoryTestFramework] namespace xunit.ClassTheory.Tests { [ClassTheory(typeof (IMyInterface))] public class Class1 { readonly IMyInterface subject; public Class1(IMyInterface subject) { this.subject...
using Dapper; using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Ordering.BackgroundTasks.Events; using System; using System.Collections.Generic; using System.Data.SqlClient; using Sys...
using System.Collections.Generic; using Apps.Models.Sys; using Apps.Common; namespace Apps.IBLL { public partial interface ISysSampleBLL { ///// <summary> ///// 获取列表 ///// </summary> ///// <param name="pager">JQgrid分页</param> ///// <param name="queryStr">搜索条件</param> ...
using MediatR; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace NoDuplicatesDesigns._11_DomainEventsMediatR { public class ProductNameChangeHandler : INotificationHandler<ProductNameChangeRequested> { private readonly ProductRepository _productRepository; pub...
/* * Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty */ using System; using System.Diagnostics; using System.Runtime.CompilerServices; // Image 40: Unity.TextMeshPro.dll - Assembly: Unity.TextMeshPro, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - Types 6069-6241...
// File: StationaryRoomPatientsState.cs // Author: fmaster // Created: Thursday, May 21, 2020 10:21:32 PM // Purpose: Definition of Class StationaryRoomPatientsState using System; namespace Model.Rooms { public class StationaryRoomPatientsState : Repository.IIdentifiable<uint> { private DateTime times...
using System; using NetOffice; namespace NetOffice.WordApi.Enums { /// <summary> /// SupportByVersion Word 10, 11, 12, 14, 15, 16 /// </summary> ///<remarks> MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/office/ff821401.aspx </remarks> [SupportByVersionAttribute("Word", 10,11,12,14,...
using System.IO; using CP77.CR2W.Reflection; using FastMember; using static CP77.CR2W.Types.Enums; namespace CP77.CR2W.Types { [REDMeta] public class worldRuntimeSystemFoliage : worldIRuntimeSystem { public worldRuntimeSystemFoliage(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { } } ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // 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.Text; namespace Crx.vNext.Model.Enum { /// <summary> /// 审核状态 /// </summary> public enum ApprovalStatusEnum { /// <summary> /// 未审核 /// </summary> [Description("未审核")] ...
namespace MRShop.Sessions.Dto { public class GetCurrentLoginInformationsOutput { public UserLoginInfoDto User { get; set; } public TenantLoginInfoDto Tenant { get; set; } } }
using System; using System.Collections.Generic; using System.Linq; using Foundation; using UIKit; namespace Practice7Xamarin.iOS { public class Application { // This is the main entry point of the application. static void Main(string[] args) { // if you want to use a diffe...
using System; using System.IO; namespace SevenZip.Compression.LZMA { public static class SevenZipHelper { static int dictionary = 1 << 23; // static Int32 posStateBits = 2; // static Int32 litContextBits = 3; // for normal files // UInt32 litContextBits = 0; // for 32-bit data ...
namespace MvcForum.Core.Events { using Models.Entities; public class PostMadeEventArgs : MvcForumEventArgs { public Post Post { get; set; } } }
// *** 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...
using Abp.AutoMapper; using AccountingSystems.Withdrawals.Dto; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace AccountingSystems.Web.Models.Withdrawals { [AutoMapFrom(typeof(GetWithdrawalForEditOutput))] public class ViewWithdrawalViewModel : GetWithd...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System.Text.Json; using Azure.Core; namespace Azure.Search.Documents.Models { public partial class AnalyzeRequest : IUtf8JsonSerializable { void IUtf8JsonSeria...
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
// -------------------------------------------------------------------------------------------- // Version: MPL 1.1/GPL 2.0/LGPL 2.1 // // The contents of this file are subject to the Mozilla Public License Version // 1.1 (the "License"); you may not use this file except in compliance with // the License. You may obta...
// Description: Entity Framework Bulk Operations & Utilities (EF Bulk SaveChanges, Insert, Update, Delete, Merge | LINQ Query Cache, Deferred, Filter, IncludeFilter, IncludeOptimize | Audit) // Website & Documentation: https://github.com/zzzprojects/Entity-Framework-Plus // Forum & Issues: https://github.com/zzzprojec...
using Content.Shared.Traitor.Uplink; using Robust.Shared.GameObjects; namespace Content.Server.Traitor.Uplink.Account { /// <summary> /// Invokes when one of the UplinkAccounts changed its TC balance /// </summary> public class UplinkAccountBalanceChanged : EntityEventArgs { public readonly...
namespace NAudio.Wave.SampleProviders { /// <summary> /// Sample Provider to allow fading in and out /// </summary> public class FadeInOutSampleProvider : ISampleProvider { enum FadeState { Silence, FadingIn, FullVolume, FadingOut, ...
/* * Copyright 2010-2014 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 "l...
namespace BuckarooSdk.Services.BuckarooWallet { public class BuckarooWalletGetBalanceResponse { public long CurrentBalance { get; set; } public string LastUpdated { get; set; } public int CurrentStatus { get; set; } public string WalletCurrency { get; set; } } }
using System; using System.Collections.Generic; using System.IO; namespace Yu_Gi_Oh.Save_File { public class Stat_Save : Save_Data_Chunk { private const int NumberOfSaveStats = 43; public Stat_Save() { Stats = new Dictionary<StatSaveType, long>(); } /// <s...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
//////////////////////////////////////////////////////////////////////////////// //EF Core Provider for LCPI OLE DB. // IBProvider and Contributors. 10.12.2021. namespace Lcpi.EntityFrameworkCore.DataProvider.LcpiOleDb.Basement.EF.Root.Query.Local.Expressions.Op2.Translators.Insta...
// 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.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Xunit; namespace Syst...
// // This file manually written from cef/include/internal/cef_types.h. // C API name: cef_urlrequest_flags_t. // namespace Xilium.CefGlue { using System; [Flags] public enum CefUrlRequestOptions { /// <summary> /// Default behavior. /// </summary> None = 0, //...
using System.Collections; using System.Collections.Generic; using UnityEngine; using TMPro; using UnityEngine.InputSystem; using DG.Tweening; using UnityEngine.UI; [System.Serializable] public class Description { [TextArea] public List<string> currentObjectivesKeyboard; [TextArea] public List<string> ...
/* * 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; namespace NetModular.Lib.Utils.Core.Attributes { /// <summary> /// 瞬时注入(使用该特性的服务系统会自动注入) /// </summary> [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Property)] public class TransientAttribute : Attribute { } }
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
using Basket.API.Entities; using Microsoft.Extensions.Caching.Distributed; using Newtonsoft.Json; using System; using System.Threading.Tasks; namespace Basket.API.Repositories { public class BasketRepository : IBasketRepository { private readonly IDistributedCache _redisCache; public BasketRe...
using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace RestWithASPNETUdemy.Model { [Table("users")] public class User { [Key] [Column("id")] public long Id { get; set; } [Column("user_name")] public...
/* * Copyright 2010-2014 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 "l...
using Etimo.Id.Abstractions; using Etimo.Id.Api.Attributes; using Etimo.Id.Api.Helpers; using Etimo.Id.Dtos; using Etimo.Id.Entities; using Etimo.Id.Security; using Etimo.Id.Settings; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.L...
// <copyright file="BmpConfigurationModule.cs" company="James Jackson-South"> // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // </copyright> namespace ImageSharp.Formats { /// <summary> /// Registers the image encoders, decoders and mime type detector...
namespace SmartPos.Ui.Components { public enum MessageType : short { Info = 0, Warning = 1, Error = 2 } public enum MessageDurationLength { Short = 2000, Medium = 4000, Long = 10000, Infinite = -1 } public interface IMessagePresente...
using System; using System.Linq.Expressions; using Framework.Core.Serialization; namespace Framework.ExpressionParsers { public interface INativeExpressionParser : IParser<NativeExpressionParsingData, LambdaExpression> { } public interface INativeExpressionParserContainer { INativeExpre...
/* * Farseer Physics Engine: * Copyright (c) 2012 Ian Qvist * * Original source Box2D: * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * 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 t...
using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; namespace Penneo { public class Signer : Entity { public Signer() { } public Signer(CaseFile cf) { CaseFile = cf; } public Signer(CaseFile cf, string name) ...
namespace CthulhuFactions { public class SymbolResolver_AgencyCellsH : SymbolResolver_AgencyCells { public override bool HorizontalHallway => true; } }
using Microsoft.AspNetCore.Blazor.Hosting; namespace blazor.wasm.template { public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); } public static IWebAssemblyHostBuilder CreateHostBuilder(string[] args) => ...
using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using System.Web.Http; using System.Web.Http.Description; using KinectApi.Models; namespace Ki...
namespace P01_StudentSystem.Data.Configurations { using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using P01_StudentSystem.Data.Models; public class HomeworkConfiguration : IEntityTypeConfiguration<Homework> { public void Configure(EntityTypeBuild...
/* * Ory Kratos API * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the adminis...
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("3....
using System; using System.Threading; namespace ParallelProgramming{ class ExampleFour{ static int generalCounter = 0; static void Main(string[] args){ Task<bool> stageOneTask = Task<bool>.Factory.StartNew ( ...
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("GT...
using System; public class Example { public static void Main() { // <Snippet1> var guid = Guid.NewGuid(); Console.WriteLine($"Guid: {guid}"); var bytes = guid.ToByteArray(); foreach (var byt in bytes) Console.Write($"{byt:X2} "); Console.WriteLine(); var guid2...
@using Microsoft.AspNet.Identity @if (Request.IsAuthenticated) { using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm", @class = "navbar-right" })) { @Html.AntiForgeryToken() <ul class="nav navbar-nav navbar-right"> <li> @Html.ActionLink(TravelAlbum.Re...
using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; namespace NJpegTran { public class Options { public string JpegTranPath { get; set; } = "jpegtran"; public bool Optimize { get; set; } public bool Progressive { get; set; } p...
// <auto-generated> // Auto-generated by StoneAPI, do not modify. // </auto-generated> namespace Dropbox.Api.TeamLog { using sys = System; using col = System.Collections.Generic; using re = System.Text.RegularExpressions; using enc = Dropbox.Api.Stone; /// <summary> /// <para>The paper enable...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice, this l...
using System; using BioEngine.BRC.Site.Patreon; using BioEngine.Core.Modules; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; namespace BioEngine.BRC.Site { public class BrcSiteModule : BaseBioEngineModule<BrcSiteModuleConfig> { ...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Skynet_II { public class NodeLink { public int[] nodes; public static NodeLink Read() { return new NodeLink {...
using UnityEngine; using UnityEditor; using System.Collections; using System.Text; using System.Text.RegularExpressions; /** * INSTRUCTIONS * * - Only modify properties in the USER SETTINGS region. * - All content is loaded from external files (pc_AboutEntry_YourProduct. Use the templates! */ /** * Used to po...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/dwrite.h in the Windows SDK for Windows 10.0.19041.0 // Original source is Copyright © Microsoft. All rights reserved. using System; using System.Runtime....
//----------------------------------------------------------------------- // <copyright file="HttpErrorInfo.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: http://www.lhotka.net/cslanet/ // </copyright> // <summary>Message containing details about any</summary> //-----...
/* * Copyright 2010-2014 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 "l...
using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Xml.Serialization; namespace Ujc.Ovj.ChangeEngine.Objects { [XmlRoot(ElementName = "ruleset", Namespace = "http://vokabular.ujc.cas.cz/schema/changeEngine/v1")] public class ChangeRuleSet : SetBase { [XmlArray...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #if IGNITOR namespace Ignitor #else namespace Microsoft.AspNetCore.Components.RenderTree #endif { /// <summary> /// Types in the Microsoft.AspNetCore.Components.RenderTree ar...