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
Rohan Rao
NA
339
6.4k
How to refer two classes inside a single class in C#?
Jan 7 2020 12:51 AM
I have three classes
1. MyBotDialog
2. DialogBot // this is generic class
3. GeneralClass // this is where I want to refer MyBotDialog and DialogBot classes.
When I am declaring DialogBot and instance, it throws an error of generics
"The type or namespace T could not be found."
How to use Generic class in separate class?
Reply
Answers (
2
)
Alternative for Spire.XLS to Read XLS file in C#
How could I check if import this text file into DB or not ?