گروه نرم افزاری سعید
  • پنل مشتریان
  • وبلاگ
  • محصولات
  • پروژه ها
  • شرکای تجاری
  • آرشیو
  • تماس با ما
گروه نرم افزاری سعید

  • Application Architecture
    • Software Architecture and Design
  • Tutorial
    • AngularJS 2
  • Sample Codes
    • ASP.Net
      • MVC
      • Webform
    • C#.Net
    • Razor
    • HTML & CSS
    • Windows Application
    • Console Application
    • EcmaScript 6
    • Entity Framework
    • JavaScript
    • PHP
  • Concepts and Principles
    • Design
    • Concurrency
    • API
    • OOP
  • Frameworks & Tools
    • User Interface
    • Tools
  • خانه
  • وبلاگ
  • C#.Net

Readonly Property در C#.Net

سعید اسماعیلی 5 آبان 1394 C#.Net

public class MyClass
{
    public MyClass(string readOnlyProperty)
    {
        this._readOnlyProperty = readOnlyProperty;
    }

    private string _readOnlyProperty;
    public string ReadOnlyProperty { get { return _readOnlyProperty; } }
}

 

ادامه مطلب


  • 1
  • 1

Made by Saeed Esmaeili with love and caffeine.

© 2023 گروه نرم افزاری سعید

  • مشترک خوراک وبلاک شوید
  • منو اصلی
  • پنل مشتریان
  • محصولات
  • پروژه ها
  • شرکای تجاری
  • آرشیو
  • تماس با ما
  • وبلاگ
  • Application Architecture
    • Software Architecture and Design
  • Tutorial
    • AngularJS 2
  • Sample Codes
    • ASP.Net
      • MVC
      • Webform
    • C#.Net
    • Razor
    • HTML & CSS
    • Windows Application
    • Console Application
    • EcmaScript 6
    • Entity Framework
    • JavaScript
    • PHP
  • Concepts and Principles
    • Design
    • Concurrency
    • API
    • OOP
  • Frameworks & Tools
    • User Interface
    • Tools