作者:VB.NET开发
项目:System.DirectoryService
Public ReadOnly Property IsFixedSize() As Boolean Implements IDictionary.IsFixedSize
Get
Return False
End Get
End Property
下面列出了vb System.DirectoryServices.PropertyCollection.IDictionary.IsFixedSize 类(方法)源码代码实例,从而了解它的用法。
Public ReadOnly Property IsFixedSize() As Boolean Implements IDictionary.IsFixedSize
Get
Return False
End Get
End Property