text stringlengths 1 932k |
|---|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** 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;
names... |
/*
* 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... |
// WARNING
//
// This file has been generated automatically by Xamarin Studio from the outlets and
// actions declared in your storyboard file.
// Manual changes to this file will not be maintained.
//
using System;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using System.CodeDom.Compiler;
namespace HeritagePro... |
using System;
using System.Collections.Generic;
#nullable disable
namespace Demo3.Sopra.ConsoleApp1.Models
{
public partial class Alphabetical_list_of_product
{
public int ProductID { get; set; }
public string ProductName { get; set; }
public int? SupplierID { get; set; }
publ... |
using System.Collections.Generic;
using System.Linq;
using FastTests;
using Raven.Client.Documents;
using Raven.Client.Documents.Indexes;
using Xunit;
namespace SlowTests.Verifications
{
public class CanTransformWithDynamicFields : RavenTestBase
{
private static void CreateData(IDocumentStore store)
... |
//Copyright (c) 2018 Yardi Technology Limited. Http://www.kooboo.com
//All rights reserved.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Kooboo.Attributes
{
// indicate one data method require the prouct type para first. used on Ecom... |
using System.Collections.Generic;
using System.Threading.Tasks;
using Bitbucket.Net.Common.Models;
using Bitbucket.Net.Models.PersonalAccessTokens;
using Flurl.Http;
namespace Bitbucket.Net
{
public partial class BitbucketClient
{
private IFlurlRequest GetPatUrl() => GetBaseUrl("/access-tokens");
... |
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Reflection;
using Mi... |
using System;
using System.Collections.Generic;
using System.Threading;
namespace Kugar.Core.ExtMethod
{
public static class NumericValueAbout
{
public static string ToStringEx(this int n)
{
return ToStringEx(n, 10);
}
public static string ToStringEx(this int n, in... |
using System;
namespace ProcNet.Std
{
public interface IConsoleLineHandler
{
void Handle(LineOut lineOut);
void Handle(Exception e);
}
} |
using OdinPlugs.OdinCore.ConfigModel.RabbitMQConfigModel;
using OdinPlugs.OdinCore.Models.RabbitMQModel;
using OdinPlugs.OdinInject.InjectInterface;
namespace OdinPlugs.OdinMAF.OdinRabbitMQ.RabbitMQSend
{
public interface IRabbitMQSendServer : IAutoInject
{
void SendToRabbitMQ(RabbitMQOptions rabbitMQ,... |
using System;
using System.Data;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Channels;
using System.Threading.Tasks;
using System.Transactions;
using Npgsql.Internal;
using Npgsql.Logging;
using Npgsql.Util;
nam... |
using System.Text;
using System.Runtime.Serialization;
namespace Cisco.DnaCenter.Api.Data
{
/// <summary>
/// NetworkDeviceResult
/// </summary>
[DataContract]
public class NetworkDeviceResult
{
/// <summary>
/// Initializes a new instance of the <see cref="NetworkDeviceResult" /> class.
/// </summary>
/... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CustomActions
{
public interface IStoreReturnCodeToVariable
{
bool StoreToVariable { get; set; }
}
} |
using JT808.Protocol.Extensions;
using JT808.Protocol.MessageBody;
using System;
namespace JT808.Protocol.Formatters.MessageBodyFormatters
{
public class JT808_0x8103_0x0015_Formatter : IJT808Formatter<JT808_0x8103_0x0015>
{
public JT808_0x8103_0x0015 Deserialize(ReadOnlySpan<byte> bytes, out int read... |
using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
/// <summary>
/// ComplexLabelRule Data Structure.
/// </summary>
[Serializable]
public class ComplexLabelRule : AopObject
{
/// <summary>
/// 标签id
/// </summary>
[XmlElement("label_id")]
... |
using RimWorld;
using System.Collections.Generic;
using UnityEngine;
using Verse.AI;
using Verse;
using System.Linq;
namespace ItemProcessor
{
[StaticConstructorOnStartup]
public class Command_SetOutputList : Command
{
public Map map;
public Building_ItemProcessor building;
publi... |
using System.Threading;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Readify.Useful.TeamFoundation.Common.Listener;
using Readify.Useful.TeamFoundation.Common.Notification;
using Rhino.Mocks;
using Rhino.Mocks.Interfaces;
using TfsDeployer;
using TfsDeployer.Journal;
namespace Tests.TfsDeployer.BuildStat... |
////////////////////////////////////////////////////////////////////////////////
//NUnit tests for "EF Core Provider for LCPI OLE DB"
// IBProvider and Contributors. 04.12.2020.
using System;
using System.Data;
using System.ComponentModel.DataAnnotations;
using System.ComponentMode... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ACQ.Math.Regression
{
public interface IRegression
{
double Eval(params double[] x);
}
public interface IRegressionParam
{
double GetParam(string name);
}
public interface IReg... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace HTLib2.Bioinfo
{
using Atom = Universe.Atom;
using Bond = Universe.Bond;
using RotableInfo = Universe.RotableInfo;
public static partial class Paper
{
public partial class TNM
{
public static Ma... |
using UnityEngine;
using System.Collections;
using Utils;
using JPlayer;
using Lib;
using JAudio;
public class SoulGem : MonoBehaviour {
private float timer = 5.0f;
void Awake() {
}
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
timer -= 1.0f * Ti... |
#region Copyright Syncfusion Inc. 2001-2021.
// Copyright Syncfusion Inc. 2001-2021. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applic... |
namespace Alachisoft.NCache.Web.SessionState.Configuration
{
public class CacheAffinity
{
/// <summary>
/// Name of the cache
/// </summary>
public string CacheName { get; set; }
/// <summary>
/// Prefix of the cache
/// </summary>
public string... |
using System;
using Unity.UIWidgets.animation;
using Unity.UIWidgets.foundation;
using Unity.UIWidgets.painting;
using Unity.UIWidgets.ui;
using UnityEngine;
using Canvas = Unity.UIWidgets.ui.Canvas;
using Color = Unity.UIWidgets.ui.Color;
using Rect = Unity.UIWidgets.ui.Rect;
namespace Unity.UIWidgets.widgets {
p... |
using System;
namespace SampleWebApplication
{
public partial class CustomerRealLookUp : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Search_Click(object sender, EventArgs e)
{
CustomerRepository custrepos = ... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Pulse : MonoBehaviour
{
public bool t = false;
public float time;
// Start is called before the first frame update
void Start()
{
StartCoroutine(wait());
}
// Update is called once per fram... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ChilliCream.Testing;
using HotChocolate.Language;
using HotChocolate.Resolvers;
using HotChocolate.Types;
using HotChocolate.Utilities;
using Moq;
using Snapshooter.Xunit;
using Xunit;
namespace HotChocolate.Executi... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Store.PartnerCenter.PowerShell.Commands
{
using System.Globalization;
using System.Management.Automation;
using System.Secu... |
/*************************************************************************************
Extended WPF Toolkit
Copyright (C) 2007-2013 Xceed Software Inc.
This program is provided to you under the terms of the Microsoft Public
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
For ... |
using BPSolver.Command;
using BPSolver.Enums;
using BPSolver.Objects;
using BPSolver.Solver;
using System;
using System.Collections.Generic;
namespace BPSolver
{
public partial class Controller : IBPServer
{
// Salidas
public Action<GameMetaStatus> Out_UpdateGameBoard { get; set; }
... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose" file="RejectAllRevisionsRequest.cs">
// Copyright (c) 2021 Aspose.Words for Cloud
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to an... |
namespace LpgExample.Ast
{
using LPG2.Runtime;
using System;
/**
*<em>
*<li>Rule 85: keywordSpec ::= terminal_symbol
*</em>
*<p>
*<b>
*<li>Rule 86: keywordSpec ::= terminal_symbol produces name
*</b>
*/
public class keywordSpec : ASTNode , IkeywordSpec
{
private Iterminal_symbol _terminal_symbol;
... |
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reflection;
using System.Windows.Input;
using Xamarin.Forms;
using LifeChoices.App.Content;
using LifeChoices.App.Content.ControlGallery;
namespace LifeChoices.App.ControlGallery
{
[QueryProperty("ControlTempla... |
// 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.
namespace System.DirectoryServices.ActiveDirectory
{
using System;
using System.Runtime.InteropServices;
... |
/*
* 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.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not ... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Algorithms_DataStruct_Lib
{
public class Node<T>
{
private T value;
public T Value { get; set; }
public Node<T> Next { get; set; }
public Node(T value)
{
Value = value;
}... |
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("02... |
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("EmS... |
using System;
using System.Collections.Generic;
using System.Reflection;
using Hexure.Events.Namespace;
namespace Hexure.Events.Serialization
{
public class EventTypeProviderBuilder
{
private readonly IEventNamespaceReader _eventNamespaceReader;
private readonly Dictionary<string, Assembly> _... |
using System.Reflection;
using System.Runtime.CompilerServices;
using Android.App;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle ("XamSvgTests")]
[assembly: AssemblyDescription ("")]
[assembly: AssemblyConfigur... |
namespace PhotoOrganizer
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <... |
// Licensed to Monkey Square, Inc. under one or more contributor
// license agreements. See the NOTICE file distributed with
// this work or additional information regarding copyright
// ownership. Monkey Square, Inc. licenses this file to you
// under the Apache License, Version 2.0 (the "License"); you
// may ... |
using AutoMapper;
using FilmesApi.Data;
using Microsoft.AspNetCore.Mvc;
using MovieTheaterAPI.Data.Dtos.Adress;
using MovieTheaterAPI.Models;
using System.Collections.Generic;
using System.Linq;
namespace MovieTheaterAPI.Controllers
{
[ApiController]
[Route("address")]
public class AddressController : Con... |
using System;
using Il2CppDummyDll;
// Token: 0x0200026B RID: 619
[Token(Token = "0x200026B")]
public static class NetHelpers
{
// Token: 0x06000DD3 RID: 3539 RVA: 0x000054A8 File Offset: 0x000036A8
[Token(Token = "0x6000DD3")]
[Address(RVA = "0x777C10", Offset = "0x777010", VA = "0x10777C10")]
public static bool... |
namespace FubuMVC.Core.Runtime
{
public interface IOutputWriter
{
void WriteFile(string contentType, string localFilePath, string displayName);
void Write(string contentType, string renderedOutput);
void RedirectToUrl(string url);
}
public static class OutputWriterExtensions
... |
using Controls;
using Diagnostics.Tracing.StackSources;
using Graphs;
using Microsoft.Diagnostics.Symbols;
using Microsoft.Diagnostics.Tracing.Etlx;
using Microsoft.Diagnostics.Tracing.Stacks;
using Microsoft.Diagnostics.Tracing.Stacks.Formats;
using Microsoft.Diagnostics.Utilities;
using PerfView.Dialogs;
using PerfVi... |
/*
* 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... |
// Copyright (c) 2019 .NET Foundation and Contributors. All rights reserved.
// 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 full license information.
using System;
using System.Reac... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Microsoft.Win32;
using NUnit.Framework;
namespace UnityScript2CSharp.Tests
{
public partial class Tests
{
public SourceFile[] SingleSourceFor(string fileNam... |
using Imagin.Common.Analytics;
using System;
using System.Threading.Tasks;
namespace Imagin.Common
{
public static class Try
{
public static Result Invoke(Action @try, Action<Exception> @catch = null, Action @finally = null)
{
try
{
@try();
... |
// *** 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 Sellars.Transit.Alpha;
namespace Beerendonk.Transit.Impl.WriteHandlers
{
internal class KeywordWriteHandler : AbstractWriteHandler, IKnownTag
{
private readonly string t;
public KeywordWriteHandler(string t)
{
this.t = t;
}
public string KnownTag => ... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace Container
{
public class MyContainer
{
readonly Dictionary<Type, Func<object>> _registrations = new Dictionary<Type, Func<object>>();
public void Register<TAbstraction>(Func<object> factory)
{
_re... |
/*
* 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. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
namespace Manga.WebApi.UseCases.V1.Withdraw
{
using System.ComponentModel.DataAnnotations;
using System;
/// <summary>
/// Withdraw Request
/// </summary>
public class WithdrawRequest
{
/// <summary>
/// The Account ID
/// </summary>
/// <value></value>
... |
// 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.md file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
namespace Microsoft.VisualStudi... |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// 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.apa... |
using RT.Core.Geometry;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RT.Core.Dose
{
public interface IDoseObject
{
IVoxelDataStructure Grid { get; set; }
}
} |
@*@model IEnumerable<RSHA.Models.Feedbacks>*@
@*@{IEnumerable<RSHA.Models.Feedbacks> modelEnum = new List<RSHA.Models.Feedbacks> { Model };}*@
@model RSHA.Models.ViewModels.FeedbacksViewModel
@{
ViewData["Title"] = "Index";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<div class="bg-fixed">
<br /><br />
... |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading.Tasks;
using Akka;
using Akka.Actor;
using Akka.Cluster;
using Akka.Event;
using JetBrains.Annotations;
using ServiceHost.ApplicationRegistry;
using ServiceHost.Installer;
using Tauron;
using T... |
@*Copyright (c) 2020 dotfelixb*@
@*See License in the project root for license information.*@
@model IEnumerable<EncyApp.WebCore.ViewModel.ScriptViewModel>
@foreach (var s in Model)
{
<script src="@s.Url"></script>
} |
using System;
namespace SharpModbus
{
public class ModbusF15WriteCoils : IModbusCommand
{
private readonly byte slave;
private readonly ushort address;
private readonly bool[] values;
public byte Slave { get { return slave; } }
public ushort Address { get { return address; } }
public bool[] Values { ... |
/*
* 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 Ordering.Domain.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ordering.Application.Contracts.Persistence
{
public interface IOrderRepository : IAsyncRepository<Order>
{
Task<IEnumerable<Order>> GetOrdersByU... |
namespace StripeTests
{
using Newtonsoft.Json;
using Stripe;
using Xunit;
public class OrderTest : BaseStripeTest
{
public OrderTest(StripeMockFixture stripeMockFixture)
: base(stripeMockFixture)
{
}
[Fact]
public void Deserialize()
{
... |
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using HuaweiCloud.SDK.Core;
namespace HuaweiCloud.SDK.Ivs.V2.Model
{
/// <summary>
///
/// </summary>
public class Standard... |
/*
* 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... |
using Microsoft.Extensions.CommandLineUtils;
using System;
using System.Diagnostics;
using System.Threading.Tasks;
namespace KeyVaultSignToolWrapper
{
class Program
{
internal static int Main(string[] args)
{
var application = new CommandLineApplication(throwOnUnexpectedArg: false)... |
namespace Cameronism.TolerableDB.SqlServer
{
public class TableTypeColumn : IDatabaseType
{
public string table_name { get; set; }
public string type_name { get; set; }
public int object_id { get; set; }
public string name { get; set; }
public int... |
using HCalc.ExpressionHelper;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HCalc
{
/// <summary>
/// A textbox that can process expressions.
/// </summary>
public c... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace RMUD
{
public partial class MudObject
{
public void Actor()
{
Container(RelativeLocations.HELD | RelativeLocations.WORN, RelativeLocations.HELD);
SetProperty("actor?", true)... |
/*
* 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 FPTBlog.Utils.Interface {
public interface IConfig {
public string GetEnvByKey(string name);
}
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LoadGame : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
} |
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace Autofac.Test.Scenarios.ScannedAssembly
{
/// <summary>
/// A type to use as a generic parameter.
/// </summary>
public class SaveCommandData
{... |
using JBlam.Multiflash.CommandLine;
using System;
using System.Collections.Generic;
namespace JBlam.Multiflash.Tools
{
using Binaries = IReadOnlyCollection<Binary>;
class EspUploader : CliSetTool
{
public override string Name => "ESP8266 Upload.py";
public override void AppendCliArgs(ICol... |
using CTP;
namespace Sttp.DataPointEncoding
{
[CommandName("DataStreamNormal")]
public class CommandDataStreamNormal
: CommandObject<CommandDataStreamNormal>
{
/// <summary>
/// Contains the stream of object types.
/// </summary>
[CommandField()]
public byte... |
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory;
using static Riok.Mapperly.Emit.SyntaxFactoryHelper;
namespace Riok.Mapperly.Descriptors.Mappings.PropertyMappings;
/// <summary>
/// a property mapping container, which performs a null chec... |
using BinarySerializer;
namespace R1Engine
{
public abstract class Gameloft_Resource : BinarySerializable
{
// Set in onPreSerialize
public uint ResourceSize { get; set; }
}
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using Stratis.Bitcoin.Tests.Common;
using Xunit;
namespace NBitcoin.Tests
{
public class ChainTests
{
readonly Network network;
readonly Network networkTest;
public ChainTests()
... |
using LiveSplit.BugFables.UI;
using System;
using System.IO;
namespace LiveSplit.BugFables
{
public class LiveSplitLogic
{
private enum EndTimeState
{
NotArrivedYet,
ArrivedInRoom,
SongLevelUpStarting,
SongLevelIsPlaying,
SongIsFading
}
private EndTimeState currentEn... |
using AnnoSavegameViewer.Serialization.Core;
using System.Collections.Generic;
namespace AnnoSavegameViewer.Structures.Savegame.Generated {
public class PreviousRejectsList {
[BinaryContent(Name = "value", NodeType = BinaryContentTypes.Node)]
public PreviousRejectsListValue Value { get; set; }
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using Materia.Nodes.Attributes;
using Materia.Imaging;
using Materia.Nodes.Helpers;
using Materia.Textures;
using Materia.Imaging.GLProcessing;
using Newtonsoft.Json;
namespace M... |
using UnityEngine;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine.UI;
[CustomEditor (typeof(Translator))]
public class TranslatorEditor : Editor {
private Translator translator;
private Vector2 scrollPos;
private static string subGroupStyle = "ObjectFieldThumb";
private static string roo... |
using System;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace SampleApp
{
public partial class App : Application
{
public App()
{
InitializeComponent();
MainPage = new NavigationPage(new MainPage());
}
protected override void OnStart()
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1.AbstractFactory
{
public interface IAbstractProductA
{
}
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.Extensions.Configuration;
using System;
using System.Globalization;
using System.IO;
namespace TeamsBulkCreation.Authentication
{
/// <summary>
/// Description of the configuration of an AzureAD pu... |
using System;
using System.IO;
using System.Threading.Tasks;
using Elasticsearch.Net;
namespace Nest
{
using IndexExistConverter = Func<IElasticsearchResponse, Stream, ExistsResponse>;
public partial class ElasticClient
{
/// <inheritdoc />
public IExistsResponse IndexExists(Func<IndexExistsDescriptor, IndexE... |
using NLog;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Threading;
namespace IISLogClean
{
/// <summary>
/// MainWindow.xaml 的交互逻辑
... |
// ReSharper disable InconsistentNaming
namespace DeeplApi.Json.Answer
{
public class DeeplAnswer
{
public long id;
public string jsonrpc;
public DeeplResult result;
}
} |
#region Copyright and license information
// Copyright 2010-2011 Jon Skeet
//
// 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
//
// U... |
// ------------------------------------------------------------------------------
// <auto-generated>
// Generated by Xsd2Code. Version 3.4.0.18239 Microsoft Reciprocal License (Ms-RL)
// <NameSpace>Dms.Ambulance.V2100</NameSpace><Collection>Array</Collection><codeType>CSharp</codeType><EnableDataBinding>False<... |
using System;
using MikhailKhalizev.Processor.x86.BinToCSharp;
namespace MikhailKhalizev.Max.Program
{
public partial class RawProgram
{
[MethodInfo("0x100e_2dc1-62971109")]
public void Method_100e_2dc1()
{
ii(0x100e_2dc1, 5); push(0x24); /* push 0... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using AngleSharp;
using AngleSharp.Dom;
using AngleSharp.Html.Dom;
using Microsoft.Extensions.Logging;
using Statiq.Common;
namespace Statiq.Core
{
/// <summary>
/// Queries HTML content of the in... |
@{
ViewData["Title"] = "Index";
}
<h1>MVCClient Index</h1> |
namespace raklet
{
internal static class ArrayExtensions
{
internal static bool IsNullOrEmpty<T>(this T[] arr)
{
return arr == null || arr.Length == 0;
}
}
} |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Text;
namespace IsMatch.AbpStudy.PhoneBooks.PhoneNumbers
{
/// <summary>
/// 电话号码类型
/// </summary>
public enum PhoneNumberType
{
/// <summary>
/// 移动电话
/// </summary>
[Descript... |
using System;
using System.Diagnostics.Contracts;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
namespace Open.Serialization
{
/// <summary>
/// A class for serializing and deserializing a predefined generic type.
/// </summary>
public class Serializer<T> : SerializerBase<T>
{
private ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.