开发者

Creating a customized namespace in C# asp.net

开发者 https://www.devze.com 2023-03-17 14:09 出处:网络
To preface, I need to say that I am still in th开发者_StackOverflowe learning stagings of asp.net I need to create a custom namespace where I can place my DataObject.cs file

To preface, I need to say that I am still in th开发者_StackOverflowe learning stagings of asp.net

I need to create a custom namespace where I can place my DataObject.cs file

The namespace is .Components.Data

How do I go about doing this?

Thanks in advance


Put your class inside a namespace Components.Data { ... } block.

0

精彩评论

暂无评论...
验证码 换一张
取 消