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
Tommy Sin
NA
19
104.3k
IDictionary
get(string ticker, string type, DateTime from, DateTime To);
Feb 9 2011 12:04 PM
IDictionary
<
DateTime
,
Double
> get(
string
ticker,
string
type,
DateTime
from,
DateTime
To);
is in the interface called "ITimeSeries.cs"
I have to implement that but I am just wondering what the following does.
IDictionary
<
DateTime
,
Double
> get(
string
ticker,
string
type,
DateTime
from,
DateTime
To);
I know how IDictionary works(its like hashTable) but what "
get(
string
ticker,
string
type,
DateTime
from,
DateTime
To);" is for in this case? and how is it used with "
IDictionary
<
DateTime
,
Double
> "?
Thanks
Reply
Answers (
1
)
gridview
Memory Leaks in Window Media Player + c#