TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Chris Anderson
NA
93
9.1k
Create an object in object
Jan 19 2021 7:49 PM
What's the syntax for creating a new object within another object?
I'm trying to create the object Application in order to use the ShuffleProbability method as shown below.
Petowner.Pets.Add(
new
Cat
{
Name =
"Rambo"
,
IsHungry =
new
Application ShuffleProbability(),
// How to use this?
});
Reply
Answers (
1
)
work with dynamc tabitem and Grid in C# WPF
Dataset table rows