Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Missing method OpaqueDataDictionary.GetValue. #5637

Merged
merged 1 commit into from
Apr 3, 2017

Conversation

dellis1972
Copy link
Contributor

@@ -9,5 +9,12 @@ namespace Microsoft.Xna.Framework.Content.Pipeline
[ContentSerializerCollectionItemName("Data")]
public sealed class OpaqueDataDictionary : NamedValueDictionary<Object>
{
public T GetValue<T> (string key, T defaultValue)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some docs for this method would be nice.

@dellis1972
Copy link
Contributor Author

@tomspilman done

@tomspilman tomspilman merged commit c8933c1 into MonoGame:develop Apr 3, 2017
@tomspilman
Copy link
Member

Thanks @dellis1972 !

@tomspilman tomspilman changed the title Add Missing method to OpaqueDataDictionary Add Missing method OpaqueDataDictionary.GetValue. Apr 3, 2017
@tomspilman tomspilman added this to the 3.7 Release milestone Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants