Visual Basic (Declaration) | |
---|---|
<ExtensionAttribute()> Public Overloads Shared Sub SetListPropertyIfNotEmpty( _ ByVal content As ISerializationInfo, _ ByVal name As String, _ ByVal list As DictionaryBase _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim content As ISerializationInfo Dim name As String Dim list As DictionaryBase SerializationInfoExtensions.SetListPropertyIfNotEmpty(content, name, list) |
C# | |
---|---|
[Extension()] public static void SetListPropertyIfNotEmpty( ISerializationInfo content, string name, DictionaryBase list ) |
C++/CLI | |
---|---|
[Extension()] public: static void SetListPropertyIfNotEmpty( ISerializationInfo^ content, String^ name, DictionaryBase^ list ) |
Parameters
- content
- The content.
- name
- The name.
- list
- The list.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2