CoreStrings.ComplexCollectionEntryOriginalNull(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The original entries cannot be accessed for the complex type collection '{declaringType}.{collection}' as it was originally 'null'.
public static string ComplexCollectionEntryOriginalNull(object? declaringType, object? collection);
static member ComplexCollectionEntryOriginalNull : obj * obj -> string
Public Shared Function ComplexCollectionEntryOriginalNull (declaringType As Object, collection As Object) As String
Parameters
- declaringType
- Object
- collection
- Object