1
0
mirror of https://github.com/php/doc-tr.git synced 2026-03-24 15:22:23 +01:00
Files
archived-doc-tr/reference/com/dotnet/construct.xml
2022-12-17 13:24:28 +03:00

74 lines
2.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 49ff12041acd30489ef8cb7b1e08ec1ddf4dc6bc Maintainer: nilgun Status: ready -->
<refentry xml:id="dotnet.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>dotnet::__construct</refname>
<refpurpose>dotnet nesnesi oluşturur</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis role="dotnet">
<modifier>public</modifier> <methodname>dotnet::__construct</methodname>
<methodparam><type>string</type><parameter>derleyici_adı</parameter></methodparam>
<methodparam><type>string</type><parameter>veri_türü</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>kodlama</parameter><initializer><constant>CP_ACP</constant></initializer></methodparam>
</constructorsynopsis>
<para>
Yeni bir dotnet nesnesi oluşturur.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<variablelist>
<varlistentry>
<term><parameter>derleyici_adı</parameter></term>
<listitem>
<simpara>
Yüklenecek derleyicinin adı.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>veri_türü</parameter></term>
<listitem>
<simpara>
Derleyicinin örnekleyeceği sınıf.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>kodlama</parameter></term>
<listitem>
<simpara>
UTF-8 dönüşümünde kullanılacak karakter kodlaması.
Karakter kodlamaları için bkz: <xref linkend="class.com"/>
</simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->